Re: Online index builds - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Online index builds
Date
Msg-id 1034.1154435330@sss.pgh.pa.us
Whole thread Raw
In response to Re: Online index builds  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Online index builds  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
>     CREATE [ UNIQUE ] INDEX name  ON table 
>         [ USING method ] [ [ENABLE] WRITE [ACCESS] ]
>         ( { column | ( expression ) } [ opclass ] [, ...] )
>         [ WITH ( storage_parameter = value [, ... ] ) ]
>         [ TABLESPACE tablespace ]
>         [ WHERE predicate ]

> This is clear, and adds no new keywords.

... and is very very painful for psql to parse.  If you want this,
*you* write the patch for command_no_begin().  Be sure to handle
quoted and schema-qualified identifiers properly.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCHES] float8 regression failure (HEAD, cygwin)
Next
From: Tom Lane
Date:
Subject: Re: float8 regression failure (HEAD, cygwin)