listing relations

Поиск
Список
Период
Сортировка
От Brandon Metcalf
Тема listing relations
Дата
Msg-id Pine.LNX.4.58L.0906111500040.11099@cedar.geronimoalloys.com
обсуждение исходный текст
Ответы Re: listing relations  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Something interesting I've noticed.  If I have a table by the same
name in two different schemas, say public and foo, and my search path
is set to 'public, foo', \d without an argument lists only the one in
public.

I see why from the SQL that \d generates, but just wondering why \d
doesn't generate SQL to list both.

--
Brandon

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: [sfpug] "Rails and PostgreSQL" now up on media.postgresql.org
Следующее
От: Russ Brown
Дата:
Сообщение: Re: When to use cascading deletes?