pgsql: pg_partition_ancestors

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: pg_partition_ancestors
Дата
Msg-id E1h0tEN-0005lx-Ba@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
pg_partition_ancestors

Adds another introspection feature for partitioning, necessary for
further psql patches.

Reviewed-by: Michaël Paquier
Discussion: https://postgr.es/m/20190226222757.GA31622@alvherre.pgsql

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/func.sgml                       | 11 +++++
src/backend/utils/adt/partitionfuncs.c       | 49 +++++++++++++++++++++
src/include/catalog/catversion.h             |  2 +-
src/include/catalog/pg_proc.dat              |  5 +++
src/test/regress/expected/partition_info.out | 65 ++++++++++++++++++++++++++++
src/test/regress/sql/partition_info.sql      | 13 ++++++
6 files changed, 144 insertions(+), 1 deletion(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Test partition functions with legacy inheritance children, too
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Reorder configure tests for accept() in Windows