Re: Can't CREATE INDEX on a schema?

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Can't CREATE INDEX on a schema?
Дата
Msg-id 3F8D92A1.5010003@dunslane.net
обсуждение исходный текст
Ответ на Can't CREATE INDEX on a schema?  ("Marc G. Fournier" <scrappy@hub.org>)
Список pgsql-hackers
Marc G. Fournier wrote:

>or am I doing it wrong?
>
>ams=# create index company_00001.traffic_ip on company_00001.traffic using btree ( ip_id ) ;
>ERROR:  parser: parse error at or near "." at character 27
>
>  
>
/Docs on "create index" state:

index_name

/     The name of the index to be created. No schema name can be   included here; the index is always created in the
sameschema as its   parent table.
 
   cheers
   andrew



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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: Can't CREATE INDEX on a schema?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: postgres --help-config