When viewing the DDL of tables in the Table Browser of Greenplum Command Center(GPCC) some of the options may be missing.
For AppendOptimised(AO) or AppendOptimised ColumnOrientated(AOCO) tables, the DDL is missing the "appendonly" and "orientation" parameters. This issue is only present in GPCC 7.x.
Also if the tables are created in user defined tablespaces, the "tablespace" parameter is missing. This issue is present in GPCC 6.x and 7.x.
GPCC depends on the DDL provide by pg_dump. GPCC just shows the CREATE statement from the pg_dump in the DDL.
However pg_dump can set GUCs in the backup dump which are ignored by GPCC. The GUCs such as:
As of January 2025, R&D are working on a fix for the issue. A fix will be released in future maintenance releases
Search the GPCC Release Notes for issue "33731" to check if the fix has been released.