毕业论文

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

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

时间:2022-09-12 15:51来源:优尔论文
其中有很多后面要介绍的命令。 执行 \? 中查到的一些命令,目前主要用了查看 数据库的信息。 当前连接信息: postgres=# \conninfo 以用户 postgres 的身份, 在

其中有很多后面要介绍的命令。

执行 \? 中查到的一些命令,目前主要用了查看 数据库的信息。

当前连接信息:

postgres=# \conninfo

以用户 "postgres" 的身份, 在主机"localhost", 端口"5432"连接到数据库 "postgres"

注,目前只有一个 postgres 数据库,后面再新建数据库后,再讲 切换。postgresql命令

查看数据库列表:\list \list+ \l \l+ (是 L 不是 一)

postgres=# \l

                                                        数据库列表

   名称    |  拥有者  | 字元编码 |            校对规则            |             Ctype              |       存取权限

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

 postgres  | postgres | UTF8     | Chinese (Simplified)_China。936 | Chinese (Simplified)_China。936 |

 template0 | postgres | UTF8     | Chinese (Simplified)_China。936 | Chinese (Simplified)_China。936 | =c/postgres          +

           |          |          |                                |                                | postgres=CTc/postgres

 template1 | postgres | UTF8     | Chinese (Simplified)_China。936 | Chinese (Simplified)_China。936 | =c/postgres          +

           |          |          |                                |                                | postgres=CTc/postgres

(3 行记录)

postgres=# \l+

                                                                                          数据库列表

   名称    |  拥有者  | 字元编码 |            校对规则            |             Ctype              |       存取权限        |  大小   |   表空间   |                    描述                 

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

 postgres  | postgres | UTF8     | Chinese (Simplified)_China。936 | Chinese (Simplified)_China。936 |                       | 7575 kB | pg_default | default administrative connection database

 template0 | postgres | UTF8     | Chinese (Simplified)_China。936 | Chinese (Simplified)_China。936 | =c/postgres          +| 7441 kB | pg_default | unmodifiable empty database postgresql命令大全postgresql常用命令(2):http://www.youerw.com/fanwen/lunwen_99316.html

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