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

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

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

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