On 2017/08/17 11:22, Robert Haas wrote: > On Wed, Aug 16, 2017 at 10:12 PM, Amit Langote > <[email protected]> wrote: >>> In the catalogs we are using full "partitioned" e.g. pg_partitioned_table. >>> May >>> be we should name the column as "inhchildpartitioned". >> >> Sure. > > I suggest inhpartitioned or inhispartition. inhchildpartitioned seems too > long.
inhchildpartitioned indeed seems long. Since we storing if the child table (one with the OID inhrelid) is partitioned, inhpartitioned seems best to me. Will implement that. Thanks, Amit -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
