| От | Tom Lane |
|---|---|
| Тема | Re: Strange "missing tables" problem |
| Дата | |
| Msg-id | 11453.1251124794@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | Re: Strange "missing tables" problem (Denis BUCHER <dbucherml@hsolutions.ch>) |
| Ответы |
Re: Strange "missing tables" problem
|
| Список | pgsql-general |
Denis BUCHER <dbucherml@hsolutions.ch> writes:
> Yes that's correct. Therefore my "problem" is the "normal" behavior of
> \dt. But "normal" means "expected". But I don't find it very
> secure/handy, because you expect to see all your tables. Is there a way
> to change the behavior of \dt so that it lists ALL tables present in
> search path ?
It *is* the expected behavior. The idea is that "\dt foo" should
describe the same table that "select * from foo" would find.
If you want to see all the possible matches for foo, use "\dt *.foo".
regards, tom lane
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера