]> granicus.if.org Git - postgresql/commit
pg_partition_ancestors
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 4 Mar 2019 19:14:29 +0000 (16:14 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 4 Mar 2019 19:14:29 +0000 (16:14 -0300)
commitb96f6b19487fb9802216311b242c01c27c1938de
treed6da3e70551cb13fd9a660354aa19a92192f6bb3
parentd12fbe2f8e5daf84b07a61884a8ea5f84d6c5832
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
doc/src/sgml/func.sgml
src/backend/utils/adt/partitionfuncs.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.dat
src/test/regress/expected/partition_info.out
src/test/regress/sql/partition_info.sql