Re: [PATCH] Tab completion for SET COMPRESSION
Shinya Kato <shinya11.kato@oss.nttdata.com>
From: Shinya Kato <Shinya11.Kato@oss.nttdata.com>
To: Aleksander Alekseev <aleksander@timescale.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Michael Paquier
<michael@paquier.xyz>
Date: 2022-09-06T10:32:20Z
Lists: pgsql-hackers
Attachments
- v2-0001-Add-psql-tab-compression-for-OF-NOT-OF-with-ALTER.patch (text/x-diff) patch v2-0001
On 2022-09-06 17:28, Aleksander Alekseev wrote: >> In addition, why not take this opportunity to create a tab completion >> for >> "ALTER TABLE <name> OF <type_name>" and "ALTER TABLE <name> NOT OF"? > > Thanks for reviewing, Shinya. Let's fix this too. The patch is > attached. Thanks for the new patch! A minor modification has been made so that the composite type is also completed after "ALTER TABLE <name> OF". Thought? -- Regards, -- Shinya Kato Advanced Computing Technology Center Research and Development Headquarters NTT DATA CORPORATION
Commits
-
Add psql tab compression for ALTER TABLE .. { OF | NOT OF }
- 6afcab6ac1e0 16.0 landed
-
Add psql tab compression for SET COMPRESSION with ALTER TABLE
- 4cbe579746ea 16.0 landed