Get partition column for a table in Greenplum

greenplumpartitioning

How can I find what the partitioning scheme is for a table? Is it in information_schema or in the pg_class related tables?

Best Answer

Thanks to @a_horse_with_no_name for pointing me in the right direction, pg_partition_columns is the table I need.