Re: [PATCH] Tab completion for SET COMPRESSION
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Shinya Kato <Shinya11.Kato@oss.nttdata.com>
Cc: Aleksander Alekseev <aleksander@timescale.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-09-06T06:41:41Z
Lists: pgsql-hackers
On Tue, Sep 06, 2022 at 09:54:53AM +0900, Shinya Kato 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"? Right. That looks fine to me, so applied. -- Michael
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