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

Michael Paquier <michael@paquier.xyz>

Commit: 6afcab6ac1e03975dc59d62c3ccaf98ed2831669
Author: Michael Paquier <michael@paquier.xyz>
Date: 2022-09-10T08:22:29Z
Releases: 16.0
Add psql tab compression for ALTER TABLE .. { OF | NOT OF }

ALTER TABLE .. OF is now able to complete with the list of available
composite types that can be used with the query.

Author: Aleksander Alekseev
Reviewed-by: Shinya Kato
Discussion: https://postgr.es/m/47b71e0c523b30357208e79786161281@oss.nttdata.com

Files

PathChange+/−
src/bin/psql/tab-complete.c modified +6 −1

Discussion