| От | Tom Lane |
|---|---|
| Тема | Re: What's the CURRENT schema ? |
| Дата | |
| Msg-id | 20724.1017894019@sss.pgh.pa.us обсуждение |
| Ответ на | What's the CURRENT schema ? (Hiroshi Inoue <Inoue@tpf.co.jp>) |
| Ответы |
Re: What's the CURRENT schema ?
|
| Список | pgsql-hackers |
Hiroshi Inoue <Inoue@tpf.co.jp> writes:
> I can see the content of yamada.vs1 by the command
> select * from vs1
> but there seems to be no way to see the content of
> public.vs1.
PUBLIC is a reserved keyword, so you have to do something likeselect * from "public".vs1;
if there is a vs1 hiding it in an earlier namespace in the search
path.
I've been vacillating about whether to choose another name for the
public namespace to avoid the need for quotes here. I can't think
of another good name :-(
regards, tom lane
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера