Thread: psql tab-completion for CREATE UNLOGGED TABLE

psql tab-completion for CREATE UNLOGGED TABLE

From
Itagaki Takahiro
Date:
Here is a patch to support CREATE UNLOGGED TABLE in psql tab-completion.
It also fixes a bug that DROP is completed with TEMP and UNIQUE unexpectedly
and cleanup codes for DROP OWNED BY in drop_command_generator().

--
Itagaki Takahiro

Attachment