Re: Primary Key index

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Primary Key index
Дата
Msg-id 4C7662FB0200002500034C51@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: Primary Key index  (Thom Brown <thom@linux.com>)
Ответы Re: Primary Key index
Список pgsql-docs
Thom Brown <thom@linux.com> wrote:
> Kevin Grittner <Kevin.Grittner@wicourts.gov> wrote:

>> It looks like discussion died here.  Do you want to propose a new
>> patch?  (I'd be happy to give it a shot if you'd rather.)
>
> Sure, go for it. :)

Initial stab at it attached.

I'm torn on whether the paragraph I added to the foreign key
constraint section should be in a warning block -- we do see
complaints from time-to-time from people who are surprised by slow
deletes from referenced tables; in some cases they have come from
database products which automatically create an index on the
referencing columns and are surprised that they need to choose
whether and how to do so in PostgreSQL.

I think we may want to link to these sections from the appropriate
sections of CREATE TABLE (and possibly ALTER TABLE), but that seems
like it could be a separate patch.

Exclusion constraint documentation relies rather more heavily on the
CREATE TABLE page, and is skimpy on the constraints page.  I think
that the CREATE TABLE page should focus on syntax and an overview,
and link to the constraints page for any in-depth information.
Again, that seems like it could be addressed separately, but it
seemed worth mentioning, since I stumbled across it.

-Kevin

Вложения

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: [pgsql-www] Example indenting
Следующее
От: Thom Brown
Дата:
Сообщение: Re: Primary Key index