inconsitent tab completion in psql

Поиск
Список
Период
Сортировка
От Robert Treat
Тема inconsitent tab completion in psql
Дата
Msg-id 200501221437.59283.xzilla@users.sourceforge.net
обсуждение исходный текст
Ответы Re: inconsitent tab completion in psql  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-bugs
Disclaimer that this was found under RC1 so it might have been fixed in final
release, though I don't recall it being reported, anyway, the problem is that
tab completion does not seem to work for "\h alter operator class".

template1=# \h ALTER
AGGREGATE   DOMAIN      INDEX       SCHEMA      TABLESPACE  USER
CONVERSION  FUNCTION    LANGUAGE    SEQUENCE    TRIGGER
DATABASE    GROUP       OPERATOR    TABLE       TYPE
template1=# \h ALTER OPERATOR

template1=# \h ALTER OPERATOR CL

template1=# \h ALTER OPERATOR CLASS
Command:     ALTER OPERATOR CLASS
Description: change the definition of an operator class
Syntax:
ALTER OPERATOR CLASS name USING index_method RENAME TO newname
ALTER OPERATOR CLASS name USING index_method OWNER TO newowner

template1=#


I noticed another other issues too, like CREATE CONSTRAINT TRIGGER doesnt show
up when you do \h CREATE<tab><tab> and when you do \h CREATE CON<tab><tab>
you get CREATE CONVERSION instead.

--
Robert Treat
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: 8.0.0 pg_restore -L doesn't restore ACLs
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: inconsitent tab completion in psql