pgsql: doc: Reorganize CREATE TABLE / LIKE option documentation

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: doc: Reorganize CREATE TABLE / LIKE option documentation
Дата
Msg-id E1fadPv-0004NO-0d@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
doc: Reorganize CREATE TABLE / LIKE option documentation

This section once started out small but has now grown quite a bit and
needs a bit of structure.

Rewrite as list, add documentation of EXCLUDING, and improve the
documentation of INCLUDING ALL instead of just listing all the options
again.

per report from Yugo Nagata that EXCLUDING was not documented, that part
reviewed by Daniel Gustafsson, most of the rewrite was by me

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ref/create_table.sgml | 168 +++++++++++++++++++++++++------------
1 file changed, 113 insertions(+), 55 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: pgsql: Clarify use of temporary tables within partition trees
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: Improve the performance of relation deletes during recovery.