Re: [PATCH] Tab completion for SET COMPRESSION
Aleksander Alekseev <aleksander@timescale.com>
From: Aleksander Alekseev <aleksander@timescale.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Cc: Shinya Kato <Shinya11.Kato@oss.nttdata.com>,
Michael Paquier <michael@paquier.xyz>
Date: 2022-09-06T08:28:10Z
Lists: pgsql-hackers
Attachments
- v1-0001-Add-psql-tab-compression-for-OF-NOT-OF-with-ALTER.patch (application/octet-stream) patch v1-0001
Hi hackers, > Right. That looks fine to me, so applied. Thanks, Michael. > 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. -- Best regards, Aleksander Alekseev
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