pgsql: doc: Add Identity Column section under Data Definition chapter

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: doc: Add Identity Column section under Data Definition chapter
Дата
Msg-id E1rPf9c-001ewS-K4@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Re-validate connection string in libpqrcv_connect().
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Don't test already-referenced pointer for nullness