📜  postgres 统计信息 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:04:52.832000             🧑  作者: Mango

代码示例1
-- Get the statistics on a particular table
SELECT * FROM pg_stats 
WHERE tablename = 'table_name';