Undocumented feature in CREATE INDEX... - Mailing list pgsql-docs

From Jeffery Collins
Subject Undocumented feature in CREATE INDEX...
Date
Msg-id 392435A3.FF2DD4E6@onyx-technologies.com
Whole thread Raw
List 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 by date:

Previous
From: Vince Vielhaber
Date:
Subject: Re: [OFF TOPIC]Traducción
Next
From: "He Weiping (laser henry)"
Date:
Subject: It' seems there are some problem in document about pl/tcl