重庆思庄Oracle、Redhat认证学习论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 293|回复: 2
打印 上一主题 下一主题

PG如何显示所有非默认配置信息

[复制链接]
跳转到指定楼层
楼主
发表于 2024-8-4 13:32:28 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
就是想看到所有非默认的参数,约等于 postgresql.conf 文件里面修改过的参数

从PG15以上版本,提供了\dconfig 这个元命令,不带任何参数,就是显示所有非默认参数:

postgres=# \dconfig
            List of non-default configuration parameters
         Parameter          |                 Value                  
----------------------------+----------------------------------------
TimeZone                   | Asia/Shanghai
application_name           | psql
client_encoding            | UTF8
config_file                | /var/lib/pgsql/16/data/postgresql.conf
data_directory             | /var/lib/pgsql/16/data
default_text_search_config | pg_catalog.english
hba_file                   | /var/lib/pgsql/16/data/pg_hba.conf
ident_file                 | /var/lib/pgsql/16/data/pg_ident.conf
lc_messages                | C.UTF-8
lc_monetary                | C.UTF-8
lc_numeric                 | C.UTF-8
lc_time                    | C.UTF-8
listen_addresses           | *
log_directory              | pg_log
log_filename               | postgresql-%a.log
log_rotation_size          | 0
log_timezone               | Asia/Shanghai
log_truncate_on_rotation   | on
logging_collector          | on
unix_socket_directories    | /var/lib/pgsql/16/data
(20 rows)


分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 支持支持 反对反对
回复

使用道具 举报

沙发
 楼主| 发表于 2024-8-4 13:34:36 | 只看该作者
想看某一个参数的详细信息,带 + 号即可

postgres=# \dconfig+ config_file
                                List of configuration parameters
  Parameter  |                 Value                  |  Type  |  Context   | Access privileges
-------------+----------------------------------------+--------+------------+-------------------
config_file | /var/lib/pgsql/16/data/postgresql.conf | string | postmaster |
(1 row)

postgres=#
回复 支持 反对

使用道具 举报

板凳
 楼主| 发表于 2024-8-4 13:35:55 | 只看该作者
本帖最后由 郑全 于 2024-8-4 13:37 编辑

看所有非默认参数的详细信息:


postgres=# \dconfig+
                                  List of non-default configuration parameters
         Parameter          |                 Value                  |  Type   |  Context   | Access privileges
----------------------------+----------------------------------------+---------+------------+-------------------
TimeZone                   | Asia/Shanghai                          | string  | user       |
application_name           | psql                                   | string  | user       |
client_encoding            | UTF8                                   | string  | user       |
config_file                | /var/lib/pgsql/16/data/postgresql.conf | string  | postmaster |
data_directory             | /var/lib/pgsql/16/data                 | string  | postmaster |
default_text_search_config | pg_catalog.english                     | string  | user       |
hba_file                   | /var/lib/pgsql/16/data/pg_hba.conf     | string  | postmaster |
ident_file                 | /var/lib/pgsql/16/data/pg_ident.conf   | string  | postmaster |
lc_messages                | C.UTF-8                                | string  | superuser  |
lc_monetary                | C.UTF-8                                | string  | user       |
lc_numeric                 | C.UTF-8                                | string  | user       |
lc_time                    | C.UTF-8                                | string  | user       |
listen_addresses           | *                                      | string  | postmaster |
log_directory              | pg_log                                 | string  | sighup     |
log_filename               | postgresql-%a.log                      | string  | sighup     |
log_rotation_size          | 0                                      | integer | sighup     |
log_timezone               | Asia/Shanghai                          | string  | sighup     |
log_truncate_on_rotation   | on                                     | bool    | sighup     |
logging_collector          | on                                     | bool    | postmaster |
unix_socket_directories    | /var/lib/pgsql/16/data                 | string  | postmaster |
(20 rows)

postgres=#
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|手机版|小黑屋|重庆思庄Oracle、Redhat认证学习论坛 ( 渝ICP备12004239号-4 )

GMT+8, 2024-11-25 02:02 , Processed in 0.131351 second(s), 19 queries .

重庆思庄学习中心论坛-重庆思庄科技有限公司论坛

© 2001-2020

快速回复 返回顶部 返回列表