Re: Doc patch: Document names of automatically created constraints and indexes

Поиск
Список
Период
Сортировка
От Karl O. Pinc
Тема Re: Doc patch: Document names of automatically created constraints and indexes
Дата
Msg-id 1352742144.21373.3@mofo
обсуждение исходный текст
Ответ на Re: Doc patch: Document names of automatically created constraints and indexes  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Doc patch: Document names of automatically created constraints and indexes  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
On 11/12/2012 10:40:00 AM, Tom Lane wrote:
> "Karl O. Pinc" <kop@meme.com> writes:
> > Attached is a patch (against head) which documents the
> > name of the constraint and index created when using
> > PRIMARY KEY with CREATE TABLE, and the name of the
> > index created when using UNIQUE.

> Personally I don't think this should be documented, as it's an
> implementation detail that we've changed in the past and may change
> again.

Ok.

Could ALTER TABLE use an option to drop the
primary key constraint?  I needed to do that,
found it was not obvious, and this lead me to
try to improve things.


Karl <kop@meme.com>
Free Software:  "You don't pay back, you pay forward."                -- Robert A. Heinlein




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Further pg_upgrade analysis for many tables
Следующее
От: "Karl O. Pinc"
Дата:
Сообщение: Re: Suggestion for --truncate-tables to pg_restore