Skip to content

Commit

Permalink
Add opengauss system required tables (apache#26673)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingZC authored Jun 28, 2023
1 parent b423020 commit 5a50065
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public enum KernelSupportedSystemTables {

OPEN_GAUSS_INFORMATION_SCHEMA("openGauss", "information_schema", Collections.emptySet()),

OPEN_GAUSS_PG_CATALOG("openGauss", "pg_catalog", new HashSet<>(Arrays.asList("pg_class", "pg_namespace"))),
OPEN_GAUSS_PG_CATALOG("openGauss", "pg_catalog", new HashSet<>(Arrays.asList("pg_class", "pg_namespace", "pg_database", "pg_roles", "pg_tables", "pg_tablespace"))),

OPEN_GAUSS_BLOCKCHAIN("openGauss", "blockchain", Collections.emptySet()),

Expand Down

0 comments on commit 5a50065

Please sign in to comment.