| От | Mihai Tanasescu |
|---|---|
| Тема | Re: Simple list tables question |
| Дата | |
| Msg-id | 405DDF12.9080702@skyraven.pcnet.ro обсуждение |
| Ответ на | Re: Simple list tables question (Tom Lane <tgl@sss.pgh.pa.us>) |
| Список | pgsql-novice |
Thanks, that worked... I'm now looking through the docs to see how I can change the search path. Tom Lane wrote: >Mihai Tanasescu <Mihai.Tanasescu@skyraven.pcnet.ro> writes: > > >> If I login with user bbstatus to database bbstatus then I can do a >>"\dt" and show the tables it contains but if I login with user postgres >>which is a superuser and I try a "\dt" I get no results. >> >> > >It's got nothing to do with permissions --- it has to do with your >search path. Schema bbstatus isn't in postgres' default search path >and so by default \dt doesn't show its contents. > >You could see 'em with \dt *.* or \dt bbstatus.*, or you could set >search_path to include bbstatus. > > regards, tom lane > >
В списке pgsql-novice по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера