pgsql: Improve ALTER TABLE synopsis

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема pgsql: Improve ALTER TABLE synopsis
Дата
Msg-id E1ehYbl-0007Jo-HW@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Improve ALTER TABLE synopsis

Add into the ALTER TABLE synopsis the definition of
partition_bound_spec, column_constraint, index_parameters and
exclude_element.

Initial patch by Lætitia Avrot, with further improvements by Amit
Langote and Thomas Munro.

Discussion: https://postgr.es/m/flat/27ec4df3-d1ab-3411-f87f-647f944897e1%40lab.ntt.co.jp

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ref/alter_table.sgml | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix possible failure to mark hash metapage dirty.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Add new function WaitForParallelWorkersToAttach.