Re: Patch to add a primary key using an existing index
От
Robert Haas
Тема
Re: Patch to add a primary key using an existing index
Дата
Msg-id
AANLkTi=xA+JyEHukcTC_EFUYs7_jiryrS6YEaZS5+Efg@mail.gmail.com
Ответ на
Re: Patch to add a primary key using an existing index (Itagaki Takahiro)
Список
Дерево обсуждения
Patch to add a primary key using an existing index Gurjeet Singh <singh.gurjeet@gmail.com>
Re: Patch to add a primary key using an existing index Jim Nasby <jim@nasby.net>
Re: Patch to add a primary key using an existing index Gurjeet Singh <singh.gurjeet@gmail.com>
Re: Patch to add a primary key using an existing index Gurjeet Singh <singh.gurjeet@gmail.com>
Re: Patch to add a primary key using an existing index Steve Singer <ssinger_pg@sympatico.ca>
Re: Patch to add a primary key using an existing index Gurjeet Singh <singh.gurjeet@gmail.com>
Re: Patch to add a primary key using an existing index Steve Singer <ssinger_pg@sympatico.ca>
Re: Patch to add a primary key using an existing index Steve Singer <ssinger@ca.afilias.info>
Re: Patch to add a primary key using an existing index Itagaki Takahiro <itagaki.takahiro@gmail.com>
Re: Patch to add a primary key using an existing index Robert Haas <robertmhaas@gmail.com>
Re: Patch to add a primary key using an existing index Peter Eisentraut <peter_e@gmx.net>
Re: Patch to add a primary key using an existing index Robert Haas <robertmhaas@gmail.com>
Re: Patch to add a primary key using an existing index Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>
Re: Patch to add a primary key using an existing index Alvaro Herrera <alvherre@commandprompt.com>
Re: Patch to add a primary key using an existing index Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>
Re: Patch to add a primary key using an existing index r t <pgsql@xzilla.net>
Re: Patch to add a primary key using an existing index Robert Haas <robertmhaas@gmail.com>
Re: Patch to add a primary key using an existing index Peter Eisentraut <peter_e@gmx.net>
Re: Patch to add a primary key using an existing index Gurjeet Singh <singh.gurjeet@gmail.com>
Re: Patch to add a primary key using an existing index Tom Lane <tgl@sss.pgh.pa.us>
Re: Patch to add a primary key using an existing
index "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: Patch to add a primary key using an existing index Robert Haas <robertmhaas@gmail.com>
Re: Patch to add a primary key using an existing index Gurjeet Singh <singh.gurjeet@gmail.com>
Re: Patch to add a primary key using an existing index Tom Lane <tgl@sss.pgh.pa.us>
Re: Patch to add a primary key using an existing index Gurjeet Singh <singh.gurjeet@gmail.com>
Re: Patch to add a primary key using an existing index Steve Singer <ssinger_pg@sympatico.ca>
Re: Patch to add a primary key using an existing index Tom Lane <tgl@sss.pgh.pa.us>
Re: Patch to add a primary key using an existing index Tom Lane <tgl@sss.pgh.pa.us>
Re: Patch to add a primary key using an existing index Joshua Tolley <eggyknap@gmail.com>
Re: Patch to add a primary key using an existing index Gurjeet Singh <singh.gurjeet@gmail.com>
Re: Patch to add a primary key using an existing index Tom Lane <tgl@sss.pgh.pa.us>
Re: Patch to add a primary key using an existing index Gurjeet Singh <singh.gurjeet@gmail.com>
Re: Patch to add a primary key using an existing index Robert Haas <robertmhaas@gmail.com>
Re: Patch to add a primary key using an existing index Robert Haas <robertmhaas@gmail.com>
Re: Patch to add a primary key using an existing index Josh Berkus <josh@agliodbs.com>
Re: Patch to add a primary key using an existing index Robert Treat <rob@xzilla.net>
Re: Patch to add a primary key using an existing index "Ross J. Reedstrom" <reedstrm@rice.edu>
Re: Patch to add a primary key using an existing index Tom Lane <tgl@sss.pgh.pa.us>
Re: Patch to add a primary key using an existing index Robert Haas <robertmhaas@gmail.com>
Re: Patch to add a primary key using an existing index Robert Treat <rob@xzilla.net>
Re: Patch to add a primary key using an existing index Tom Lane <tgl@sss.pgh.pa.us>
Re: Patch to add a primary key using an existing index Robert Haas <robertmhaas@gmail.com>
Re: Patch to add a primary key using an existing index Josh Berkus <josh@agliodbs.com>
Re: Patch to add a primary key using an existing index Josh Berkus <josh@agliodbs.com>
Re: Patch to add a primary key using an existing index David Fetter <david@fetter.org>
Re: Patch to add a primary key using an existing index Gurjeet Singh <singh.gurjeet@gmail.com>
Re: Patch to add a primary key using an existing index Andrew Dunstan <andrew@dunslane.net>
archives, attachments, etc (was: Patch to add a primary key using an existing index) Dimitri Fontaine <dimitri@2ndQuadrant.fr>
Re: archives, attachments, etc (was: Patch to add a primary
key using an existing index) Gurjeet Singh <singh.gurjeet@gmail.com>
Re: archives, attachments, etc Matteo Beccati <php@beccati.com>
On Sun, Nov 28, 2010 at 8:06 PM, Itagaki Takahiro wrote: > On Fri, Nov 26, 2010 at 05:58, Steve Singer wrote: >> The attached version of the patch gets your regression tests to pass. >> I'm going to mark this as ready for a committer. > > I think we need more discussions about the syntax: > ALTER TABLE table_name ADD PRIMARY KEY (...) WITH (INDEX='index_name') Why not: ALTER TABLE table_name ADD PRIMARY KEY (...) INDEX index_name; -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
В списке pgsql-hackers по дате отправления