赞
踩
pg_tables提供对数据库中每个表的信息的访问
名称 | 类型 | 引用 | 描述 |
---|---|---|---|
schemaname | name | pg_namespace.nspname | 包含表的模式名 |
tablename | name | pg_class.relname | 表名 |
tableowner | name | pg_authid.rolname | 表拥有者的名字 |
tablespace | name | pg_tablespace.spcname | 包含表空间的名字 |
hasindexes | boolean | pg_class.relhasindex | 如果表有(或最近有过)索引,此列为真 |
hasrules | boolean | pg_class.relhasrules | 如果表有(或曾经有过)规则,此列为真 |
hastriggers | boolean | pg_class.relhastriggers | 如果表有(或曾经有过)触发器,此列为真 |
rowsecurity | boolean | pg_class.relrowsecurity | 如果表上启用了行安全性,此列为真 |
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。