passing parameters to CREATE INDEX

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема passing parameters to CREATE INDEX
Дата
Msg-id 1152047758.2479.374.camel@localhost.localdomain
обсуждение исходный текст
Ответы Re: passing parameters to CREATE INDEX  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Joe Conway
Дата:
Сообщение: kerberos related warning
Следующее
От: Tom Lane
Дата:
Сообщение: Re: passing parameters to CREATE INDEX