[COMMITTERS] pgsql: doc: Improve documentation related to table partitioningfeature

Поиск
Список
Период
Сортировка
От Robert Haas
Тема [COMMITTERS] pgsql: doc: Improve documentation related to table partitioningfeature
Дата
Msg-id E1cGn07-0002ij-UQ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
doc: Improve documentation related to table partitioning feature.

Commit f0e44751d7175fa3394da2c8f85e3ceb3cdbfe63 implemented table
partitioning, but failed to mention the "no row movement"
restriction in the documentation.  Fix that and a few other issues.

Amit Langote, with some additional wordsmithing by me.

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ref/alter_table.sgml  |  4 ++--
doc/src/sgml/ref/create_table.sgml | 25 +++++++++++++------------
doc/src/sgml/ref/insert.sgml       | 11 +++++++++++
doc/src/sgml/ref/update.sgml       |  8 ++++++++
4 files changed, 34 insertions(+), 14 deletions(-)


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

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Fix creative, but unportable, spelling of"ptr != NULL".
Следующее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Update typedefs.list