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

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 408|回复: 0
打印 上一主题 下一主题

如何通过SQL语句查看pg_hba.conf的生效配置

[复制链接]
跳转到指定楼层
楼主
发表于 2024-9-27 13:46:41 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
有时,我们修改了PG_HBA.conf文件内容,感觉没有生效,或则想看看当前生效的配置信息是什么,如何查呢

其实,可以通过SQL语句查询的

使用 select * from pg_hba_file_rules;即可

postgres=# select * from pg_hba_file_rules ;
rule_number |              file_name               | line_number | type  |   database    | user_name |  address  |   
              netmask                 | auth_method | options | error
-------------+--------------------------------------+-------------+-------+---------------+-----------+-----------+---
--------------------------------------+-------------+---------+-------
           1 | /u01/app/postgres/pgdata/pg_hba.conf |         117 | local | {all}         | {all}     |           |   
                                      | md5         |         |
           2 | /u01/app/postgres/pgdata/pg_hba.conf |         119 | host  | {all}         | {all}     | 127.0.0.1 | 25
5.255.255.255                         | md5         |         |
           3 | /u01/app/postgres/pgdata/pg_hba.conf |         121 | host  | {all}         | {all}     | ::1       | ff
ff:ffff:ffff:ffff:ffff:ffff:ffff:ffff | md5         |         |
           4 | /u01/app/postgres/pgdata/pg_hba.conf |         124 | local | {replication} | {all}     |           |   
                                      | trust       |         |
           5 | /u01/app/postgres/pgdata/pg_hba.conf |         125 | host  | {replication} | {all}     | 127.0.0.1 | 25
5.255.255.255                         | trust       |         |
           6 | /u01/app/postgres/pgdata/pg_hba.conf |         126 | host  | {replication} | {all}     | ::1       | ff
ff:ffff:ffff:ffff:ffff:ffff:ffff:ffff | trust       |         |
           7 | /u01/app/postgres/pgdata/pg_hba.conf |         128 | host  | {all}         | {all}     | 0.0.0.0   | 0.
0.0.0                                 | md5         |         |
(7 rows)


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-24 23:39 , Processed in 0.086545 second(s), 20 queries .

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

© 2001-2020

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