feat: update pg-catalog for describe table (#7321)

This commit is contained in:
Ning Sun
2025-12-02 09:38:36 +08:00
committed by GitHub
parent 1f91422bae
commit 69f0249039
3 changed files with 4 additions and 3 deletions

View File

@@ -386,6 +386,7 @@ impl PGCatalogFunction {
registry.register(pg_catalog::create_pg_total_relation_size_udf());
registry.register(pg_catalog::create_pg_stat_get_numscans());
registry.register(pg_catalog::create_pg_get_constraintdef());
registry.register(pg_catalog::create_pg_get_partition_ancestors_udf());
registry.register_scalar(ObjDescriptionFunction::new());
registry.register_scalar(ColDescriptionFunction::new());
registry.register_scalar(ShobjDescriptionFunction::new());