pgsql: doc: Add Identity Column section under Data Definition chapter - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: doc: Add Identity Column section under Data Definition chapter
Date
Msg-id E1rPf9c-001ewS-K4@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Add Identity Column section under Data Definition chapter

This seems to be missing since identity column support was added.  Add
the same.  This gives a place to document various pieces of
information in one place that are currently distributed over several
command reference pages or just not documented (e.g., inheritance
behavior).

Author: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>
Author: Peter Eisentraut <peter@eisentraut.org>
Discussion:
https://www.postgresql.org/message-id/flat/CAExHW5uOykuTC+C6R1yDSp=o8Q83jr8xJdZxgPkxfZ1Ue5RRGg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a37bb7c13995b834095d9d064cad1023a6f99b10

Modified Files
--------------
doc/src/sgml/datatype.sgml |   2 +-
doc/src/sgml/ddl.sgml      | 110 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 111 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Re-validate connection string in libpqrcv_connect().
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Don't test already-referenced pointer for nullness