Add psql tab compression for ALTER TABLE .. { OF | NOT OF }
authorMichael Paquier <michael@paquier.xyz>
Sat, 10 Sep 2022 08:22:29 +0000 (17:22 +0900)
committerMichael Paquier <michael@paquier.xyz>
Sat, 10 Sep 2022 08:22:29 +0000 (17:22 +0900)
commit6afcab6ac1e03975dc59d62c3ccaf98ed2831669
treeaf65ca0a0dffa3125f9e20d5e235bda133c5c103
parent799437e0bd3259c90d26e195894b6e22eb0b325c
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
src/bin/psql/tab-complete.c