pgsql: docs: mention CREATE TABLE LIKE linkage using INCLUDING DEFAULTS

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: docs: mention CREATE TABLE LIKE linkage using INCLUDING DEFAULTS
Date: 2014-01-25 19:33:31
Message-ID: E1W78yx-0001Ey-5H@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

docs: mention CREATE TABLE LIKE linkage using INCLUDING DEFAULTS

Mention that CREATE TABLE LIKE INCLUDING DEFAULTS creates a link between
the original and new tables if a default function modifies the database,
like nextval().

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ref/create_table.sgml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-01-25 21:33:21 pgsql: Copy-editing docs for recovery_target='immediate', and "ie."
Previous Message Noah Misch 2014-01-25 17:52:21 Re: [COMMITTERS] pgsql: libpq: Support TLS versions beyond TLSv1.