pgsql: Clarify documentation that primary key and unique constraints ar - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Clarify documentation that primary key and unique constraints ar
Date
Msg-id E1T5jWQ-0004QX-Uv@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Clarify documentation that primary key and unique constraints are copied
for CREATE TABLE LIKE ... INCLUDING INDEXES.

Per report from david.sahagian@emc.com

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/de87d4704432e98a327dbf42dbc4711fa2628a9c

Modified Files
--------------
doc/src/sgml/ref/create_table.sgml |   17 +++++++----------
1 files changed, 7 insertions(+), 10 deletions(-)


pgsql-committers by date:

Previous
From: pgsql@postgresql.org
Date:
Subject: pgsql: Tag refs/tags/REL9_2_RC1 was created
Next
From: Tom Lane
Date:
Subject: pgsql: Fix up planner infrastructure to support LATERAL properly.