Re: Tab completion for ALTER ... SET SCHEMA

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Andreas Karlsson <andreas(at)proxel(dot)se>
Cc: PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Tab completion for ALTER ... SET SCHEMA
Date: 2010-12-18 03:39:05
Message-ID: AANLkTikOjbLE-o3p0_a7GrcaesMb1t+quoecJ_j9F0Z_@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Dec 17, 2010 at 9:47 PM, Andreas Karlsson <andreas(at)proxel(dot)se> wrote:
> Sorry, everyone.
>
> Ignore my patch. This was already fixed in HEAD and while I wrote my
> patch for the HEAD I somehow failed to spot that it was already fixed
> when testing without my patch.
>
> Nice that is fixed, and sorry for the noise.

No sweat. It's sort of weird the way it's set up. Apparently we
complete with a list of schemas any time the previous word is SCHEMA.

rhaas=# bumble schema <tab>
information_schema pg_temp_1 pg_toast_temp_1
pg_catalog pg_toast public

I guess that makes sense but the name words_after_create certainly
gives one the wrong impression about how it's actually used.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Itagaki Takahiro 2010-12-18 04:01:02 Re: SQL/MED - file_fdw
Previous Message Andreas Karlsson 2010-12-18 02:47:46 Re: Tab completion for ALTER ... SET SCHEMA