pg_restore_attribute_stats()

用于恢复属性统计信息的函数

pg_restore_attribute_stats() 是一个用于批量恢复关系属性统计信息的系统函数。

pg_restore_attribute_stats()PostgreSQL 18 中被添加。

用法

pg_restore_attribute_stats ( VARIADIC kwargs "any" ) → boolean</code

参数以名称和值的配对形式传递,其中名称对应于 pg_set_attribute_stats() 中的命名参数,值是相应类型的。

变更历史

分类

另请参阅

pg_restore_relation_stats(), pg_clear_attribute_stats()

反馈

在此处 提交有关 "pg_restore_attribute_stats()" 的任何评论、建议或更正。