Rewording for ALTER TABLE ... ADD table_constraint_using_index

From: Josh Kupershmidt <schmiddy(at)gmail(dot)com>
To: pgsql-docs <pgsql-docs(at)postgresql(dot)org>
Subject: Rewording for ALTER TABLE ... ADD table_constraint_using_index
Date: 2015-08-26 23:31:53
Message-ID: CAK3UJRF=KY_nx_TRQq+t6jOrtS2rry79ktkzPiMDhFx_K=dZAg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

I'd like to propose the following slight rewording for the note about ALTER
TABLE ... ADD table_constraint_using_index. The existing text says one may
"install it [the existing index] as an official constraint".

The "official constraint" phrase sounds like weasel wording to me -- how is
a UNIQUE constraint more "official" than an UNIQUE index? Then "install"
makes it sound like some installation process is going on that you should
be aware of. I like "convert" slightly better instead.

Josh

Attachment Content-Type Size
alter_table_table_constraint_using_index.diff text/plain 1.1 KB

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2015-08-27 02:02:26 Re: Omission of "(or C)" in psql's "pset title" header
Previous Message Josh Kupershmidt 2015-08-26 23:12:28 small fix for pgprewarm.sgml