psql tab-completion for CREATE UNLOGGED TABLE
Itagaki Takahiro <itagaki.takahiro@gmail.com>
From: Itagaki Takahiro <itagaki.takahiro@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2011-02-23T01:42:16Z
Lists: pgsql-hackers
Attachments
- psql_tab_completion_for_unlogged-20110223.patch (application/octet-stream) patch
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