毕业论文

当前位置: 毕业论文 > 范文 >

postgresql命令大全postgresql常用命令(3)

时间:2022-09-12 15:51来源:优尔论文
| | | | | postgres=CTc/postgres | | | template1 | postgres | UTF8 | Chinese (Simplified)_China。936 | Chinese (Simplified)_China。936 | =c/postgres +| 7441 kB | pg_default | default template for new

           |          |          |                                |                                | postgres=CTc/postgres |         |            |

 template1 | postgres | UTF8     | Chinese (Simplified)_China。936 | Chinese (Simplified)_China。936 | =c/postgres          +| 7441 kB | pg_default | default template for new databases

           |          |          |                                |                                | postgres=CTc/postgres |         |            |

(3 行记录)

列出表、视图、序列:

选项说明:S = 显示系统对象, + = 其余的详细信息

postgres=# \d

Did not find any relations。

加了 S ,显示出了表、视图等信息

postgres=# \dS

                             关联列表

  架构模式  |              名称               |  类型  |  拥有者

------------+---------------------------------+--------+----------

 pg_catalog | pg_aggregate                    | 数据表 | postgres

 pg_catalog | pg_am                           | 数据表 | postgres

 pg_catalog | pg_amop                         | 数据表 | postgres

 pg_catalog | pg_amproc                       | 数据表 | postgres

 pg_catalog | pg_attrdef                      | 数据表 | postgres

 pg_catalog | pg_attribute                    | 数据表 | postgres

 pg_catalog | pg_auth_members                 | 数据表 | postgres

 pg_catalog | pg_authid                       | 数据表 | postgres

 pg_catalog | pg_available_extension_versions | 视图   | postgres

 pg_catalog | pg_available_extensions         | 视图   | postgres

 。。。。。。省略。。。。。。

 再添加 加号(+),显示了更多信息,包括表存储空间

 postgres=# \dS+

                                       关联列表

  架构模式  |              名称               |  类型  |  拥有者  |    大小    | 描述

------------+---------------------------------+--------+----------+------------+------

 pg_catalog | pg_aggregate                    | 数据表 | postgres | 48 kB      |

 pg_catalog | pg_am                           | 数据表 | postgres | 40 kB      | postgresql命令大全postgresql常用命令(3):http://www.youerw.com/fanwen/lunwen_99316.html

------分隔线----------------------------
推荐内容