Re: Online index builds

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Greg Stark <gsstark(at)mit(dot)edu>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Online index builds
Date: 2006-08-01 12:34:36
Message-ID: 200608011234.k71CYaP28384@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Bruce Momjian <bruce(at)momjian(dot)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.

I was going to use our tab-completion code, which I think handles all
these.

--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Adrian Maier 2006-08-01 12:45:08 Re: [HACKERS] float8 regression failure (HEAD, cygwin)
Previous Message Tom Lane 2006-08-01 12:34:26 Re: [HACKERS] float8 regression failure (HEAD, cygwin)