Re: Tab completion for ALTER ... SET SCHEMA

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Tab completion for ALTER ... SET SCHEMA
Дата
Msg-id AANLkTikOjbLE-o3p0_a7GrcaesMb1t+quoecJ_j9F0Z_@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Tab completion for ALTER ... SET SCHEMA  (Andreas Karlsson <andreas@proxel.se>)
Список pgsql-hackers
On Fri, Dec 17, 2010 at 9:47 PM, Andreas Karlsson <andreas@proxel.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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andreas Karlsson
Дата:
Сообщение: Re: Tab completion for ALTER ... SET SCHEMA
Следующее
От: Itagaki Takahiro
Дата:
Сообщение: Re: SQL/MED - file_fdw