psql tab-completion for CREATE UNLOGGED TABLE

From: Itagaki Takahiro <itagaki(dot)takahiro(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: psql tab-completion for CREATE UNLOGGED TABLE
Date: 2011-02-23 01:42:16
Message-ID: AANLkTi=fHKqAz1Se3Vyx2Qt1fs+pGZUFt7wYuq1TJ4q8@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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 Content-Type Size
psql_tab_completion_for_unlogged-20110223.patch application/octet-stream 8.8 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2011-02-23 01:47:55 Re: Binary in/out for aclitem
Previous Message Tom Lane 2011-02-23 01:20:39 Re: Binary in/out for aclitem