Re: Proposal for psql wildcarding behavior w/schemas

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Proposal for psql wildcarding behavior w/schemas
Дата
Msg-id Pine.LNX.4.44.0208082129440.927-100000@localhost.localdomain
обсуждение исходный текст
Ответ на Proposal for psql wildcarding behavior w/schemas  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Proposal for psql wildcarding behavior w/schemas
Список pgsql-hackers
Tom Lane writes:

> 1.  A wildcardable pattern must consist of either "namepattern" or
> "namepattern.namepattern".

Regarding the use of quotes:  Would

\d "foo.bar"

show the table "foo.bar", whereas

\d "foo"."bar"

would show the table "bar" in schema "foo"?

-- 
Peter Eisentraut   peter_e@gmx.net



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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: How the
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Proposal for psql wildcarding behavior w/schemas