passing parameters to CREATE INDEX - Mailing list pgsql-hackers

From Simon Riggs
Subject passing parameters to CREATE INDEX
Date
Msg-id 1152047758.2479.374.camel@localhost.localdomain
Whole thread Raw
Responses Re: passing parameters to CREATE INDEX  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Just wanted to make clear to Hackers that the gates are now open to
include other parameters for CREATE INDEX, as originally requested here:

http://archives.postgresql.org/pgsql-hackers/2005-09/msg00851.php

The new WITH (param=value...) syntax could easily be extended to include
a variety of other parameters for each different index AM.

http://developer.postgresql.org/docs/postgres/sql-createindex.html

Thanks to Itagaki Takahiro and various reviewers/committers.

--  Simon Riggs EnterpriseDB          http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Joe Conway
Date:
Subject: kerberos related warning
Next
From: Tom Lane
Date:
Subject: Re: passing parameters to CREATE INDEX