[enhancement](jdbc catalog ) support postgresql partition table (#23744)
This commit is contained in:
@ -35,7 +35,7 @@ public class JdbcPostgreSQLClient extends JdbcClient {
|
||||
|
||||
@Override
|
||||
protected String[] getTableTypes() {
|
||||
return new String[] {"TABLE", "VIEW", "MATERIALIZED VIEW", "FOREIGN TABLE"};
|
||||
return new String[] {"TABLE", "PARTITIONED TABLE", "VIEW", "MATERIALIZED VIEW", "FOREIGN TABLE"};
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user