Undocumented feature in CREATE INDEX...

Поиск
Список
Период
Сортировка
От Jeffery Collins
Тема Undocumented feature in CREATE INDEX...
Дата
Msg-id 392435A3.FF2DD4E6@onyx-technologies.com
обсуждение исходный текст
Список pgsql-docs
While perusing the CreateIndex source and the parse table, I noticed
that CREATE INDEX supports a WITH clause.  The only value that can be
specified in the WITH clause is "islossy".

So the following statement will parse correctly and will actually set
the 'isloosy' flag on in the index.
   CREATE INDEX foo_bar_index ON foo (bar) WITH (islossy) ;

This isn't documented in the User's manual .  It probably isn't real
important, I just thought I would mention it.

Jeff




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

Предыдущее
От: Vince Vielhaber
Дата:
Сообщение: Re: [OFF TOPIC]Traducción
Следующее
От: "He Weiping (laser henry)"
Дата:
Сообщение: It' seems there are some problem in document about pl/tcl