Re: [HACKERS] Schemas: status report, call for developers

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Schemas: status report, call for developers
Дата
Msg-id 200205260442.g4Q4gwW03949@candle.pha.pa.us
обсуждение исходный текст
Ответ на Schemas: status report, call for developers  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-interfaces
Tom Lane wrote:
> bar were in my search path, so I should not see them unless I give a
> qualified name (eg, "\d foo.mytab" or "\d bar.mytab").  For commands
> that accept wildcard patterns, what should happen --- should "\z my*"
> find these tables, if they're not in my search path?  Is "\z f*.my*"
> sensible to support?  I dunno yet.

I am still reading the thread, but I thought \z mytab should show only
the first match, like SELECT * from mytab, and \z *.mytab should show
all matching tables in the schema search path.  This does make '.' a
special character in the psql wildcard character set, but as no one uses
'.' in a table name, I think it is OK.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Ron Johnson
Дата:
Сообщение: Re: if exists / where exisyts....
Следующее
От: lee
Дата:
Сообщение: Re: no pg_hba.conf