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 unexpectedlyand cleanup codes for DROP OWNED BY in drop_command_generator().
-- Itagaki Takahiro