Re: psql \dt and identical table names across multiple schemas

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: psql \dt and identical table names across multiple schemas
Дата
Msg-id 25962.1216997063@sss.pgh.pa.us
обсуждение исходный текст
Ответ на psql \dt and identical table names across multiple schemas  ("Murat Tasan" <murat.tasan.cwru.edu@gmail.com>)
Список pgsql-general
"Murat Tasan" <murat.tasan.cwru.edu@gmail.com> writes:
> This may have been brought up before, but if not, I thought I would bring it
> to attention, as I think this would be an easy fix.
> The problem: 2 (or more) schemas that have an identical table name.
> From within psql, the \dt (and variants of it) will only show a single
> version of that table.

That is intentional.  Use \dt *.foo if you want to see all the tables
named foo.

            regards, tom lane

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

Предыдущее
От: admin
Дата:
Сообщение: Re: php + postgresql
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Full text index without accents