Re: What's the CURRENT schema ?

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: What's the CURRENT schema ?
Дата
Msg-id 3CABDC61.3000605@joeconway.com
обсуждение исходный текст
Ответ на What's the CURRENT schema ?  (Hiroshi Inoue <Inoue@tpf.co.jp>)
Список pgsql-hackers
Tom Lane wrote:
> PUBLIC is a reserved keyword, so you have to do something like
>     select * 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 :-(
> 


What about shared.vs1 or common.vs1?

Joe




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

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Changing column types...
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: What's the CURRENT schema ?