From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
---|---|
To: | Dimitri Fontaine <dimitri(at)2ndquadrant(dot)fr> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: ALTER OBJECT any_name SET SCHEMA name |
Date: | 2010-11-26 22:56:04 |
Message-ID: | AANLkTi=azscPt==zqjaCSbO9TxoseSp06d3Xw=ix4c6A@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, Nov 25, 2010 at 5:00 PM, Dimitri Fontaine
<dimitri(at)2ndquadrant(dot)fr> wrote:
> Robert Haas <robertmhaas(at)gmail(dot)com> writes:
>> Please do. Tab completion support should really be included in the
>> patch - adding it as a separate patch is better than not having it, of
>> course.
>
> Please find attached version 9 of the patch, which includes psql
> completion support of the "SET SCHEMA" variant of already supported
> ALTER commands.
>
> That means I didn't add ALTER OPERATOR [CLASS,FAMILY] completion
> support, my guess being there's no demand here, or the existing syntax
> variants would be there already. And if there's demand, I don't feel
> like it should be implemented as part of this very patch.
Committed, after various changes and corrections. One noteworthy one
is that I removed the _oid variants, since those would be dead code at
the moment.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2010-11-26 23:16:11 | Re: duplicate connection failure messages |
Previous Message | Robert Haas | 2010-11-26 21:55:45 | Re: Assertion failure on hot standby |