pg_partition_ancestors
Alvaro Herrera <alvherre@alvh.no-ip.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/func.sgml | modified | +11 −0 |
| src/backend/utils/adt/partitionfuncs.c | modified | +49 −0 |
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/catalog/pg_proc.dat | modified | +5 −0 |
| src/test/regress/expected/partition_info.out | modified | +65 −0 |
| src/test/regress/sql/partition_info.sql | modified | +13 −0 |
Documentation touched
Discussion
- psql display of foreign keys 30 messages · 2018-12-04 → 2019-03-26