Add partitioned table support to sepgsql

Joe Conway <mail@joeconway.com>

Commit: 25542d77dd549940468d1a932809feb9959d717d
Author: Joe Conway <mail@joeconway.com>
Date: 2017-04-09T21:01:58Z
Releases: 10.0
Add partitioned table support to sepgsql

The new partitioned table capability added a new relkind, namely
RELKIND_PARTITIONED_TABLE. Update sepgsql to treat this new relkind
exactly the same way it does RELKIND_RELATION.

In addition, add regression test coverage for partitioned tables.

Issue raised by Stephen Frost and initial patch by Mike Palmiotto.
Review by Tom Lane and Robert Haas, and editorializing by me.

Discussion: https://postgr.es/m/flat/623bcaae-112e-ced0-8c22-a84f75ae0c53%40joeconway.com

Files

Discussion

Cited messages not in the archive: flat/623bcaae-112e-ced0-8c22-a84f75ae0c53@joeconway.com