Re: Can't CREATE INDEX on a schema?

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: Can't CREATE INDEX on a schema?
Дата
Msg-id 1066242495.28992.971.camel@tokyo
обсуждение исходный текст
Ответ на Can't CREATE INDEX on a schema?  ("Marc G. Fournier" <scrappy@hub.org>)
Список pgsql-hackers
On Wed, 2003-10-15 at 13:54, Marc G. Fournier wrote:
> 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

RTM:
name
       The name of the index to be created. No schema name can be       included here; the index is always created in
thesame schema as       its parent table.       
 
From
http://candle.pha.pa.us/main/writings/pgsql/sgml/sql-createindex.html

-Neil




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

Предыдущее
От: Frank Wiles
Дата:
Сообщение: Re: Can't CREATE INDEX on a schema?
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Can't CREATE INDEX on a schema?