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-08T07:40:32Z
Lists: pgsql-hackers
On 2022-09-06 20:57, Aleksander Alekseev wrote:
> Hi Shinya,
> 
>> A minor modification has been made so that the composite type is also
>> completed after "ALTER TABLE <name> OF".
> 
> LGTM. Here is v3 created with `git format-path`. Unlike v2 it also
> includes the commit message.

Thanks! I marked it as ready for committer.

-- 
Regards,

--
Shinya Kato
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION



Commits

  1. Add psql tab compression for ALTER TABLE .. { OF | NOT OF }

  2. Add psql tab compression for SET COMPRESSION with ALTER TABLE