Loading [MathJax]/jax/output/CommonHTML/config.js
前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
社区首页 >专栏 >Linux 上安装 PostgreSQL

Linux 上安装 PostgreSQL

作者头像
别先生
发布于 2020-09-01 07:17:01
发布于 2020-09-01 07:17:01
6.4K00
代码可运行
举报
文章被收录于专栏:别先生别先生
运行总次数:0
代码可运行

可以参考:https://www.cnblogs.com/freeweb/p/8006639.html#top

https://www.cnblogs.com/EasonJim/p/9057867.html

我这里使用的rpm方式,参考链接使用的是tar.gz的方式,看个人需求的吧,没有网络可以使用tar.gz下载好进行安装。

1、Linux查看版本当前操作系统发行信:cat /etc/centos-release。

代码语言:javascript
代码运行次数:0
运行
AI代码解释
复制
1 [root@slaver1 ~]# cat /etc/centos-release
2 CentOS Linux release 7.7.1908 (Core)
3 [root@slaver1 ~]# 

2、Linux查看版本当前操作系统内核信息:uname -a。

代码语言:javascript
代码运行次数:0
运行
AI代码解释
复制
1 [root@slaver1 ~]# uname -a
2 Linux slaver1 3.10.0-957.el7.x86_64 #1 SMP Thu Nov 8 23:39:32 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
3 [root@slaver1 ~]# 

3、PostgreSQL官网https://www.postgresql.org/

选择自己是什么操作系统, 然后选择对应得即可。

我的是Centos操作系统,如下所示:

然后版本,操作系统版本,多少位的。

4、执行yum下载命令,将rpm包下载下来,如下所示:

代码语言:javascript
代码运行次数:0
运行
AI代码解释
复制
 1 [root@slaver1 package]# yum install https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm
 2 已加载插件:fastestmirror, langpacks
 3 pgdg-redhat-repo-latest.noarch.rpm                                                                                                                                                                       | 6.5 kB  00:00:00     
 4 正在检查 /var/tmp/yum-root-OuHt4M/pgdg-redhat-repo-latest.noarch.rpm: pgdg-redhat-repo-42.0-11.noarch
 5 /var/tmp/yum-root-OuHt4M/pgdg-redhat-repo-latest.noarch.rpm 将被安装
 6 正在解决依赖关系
 7 --> 正在检查事务
 8 ---> 软件包 pgdg-redhat-repo.noarch.0.42.0-11 将被 安装
 9 --> 解决依赖关系完成
10 
11 依赖关系解决
12 
13 ================================================================================================================================================================================================================================
14  Package                                                架构                                         版本                                           源                                                                     大小
15 ================================================================================================================================================================================================================================
16 正在安装:
17  pgdg-redhat-repo                                       noarch                                       42.0-11                                        /pgdg-redhat-repo-latest.noarch                                        11 k
18 
19 事务概要
20 ================================================================================================================================================================================================================================
21 安装  1 软件包
22 
23 总计:11 k
24 安装大小:11 k
25 Is this ok [y/d/N]: y
26 Downloading packages:
27 Running transaction check
28 Running transaction test
29 Transaction test succeeded
30 Running transaction
31   正在安装    : pgdg-redhat-repo-42.0-11.noarch                                                                                                                                                                             1/1 
32   验证中      : pgdg-redhat-repo-42.0-11.noarch                                                                                                                                                                             1/1 
33 
34 已安装:
35   pgdg-redhat-repo.noarch 0:42.0-11                                                                                                                                                                                             
36 
37 完毕!

5、然后开始安装postgresql服务器端,如下所示:

代码语言:javascript
代码运行次数:0
运行
AI代码解释
复制
  1 [root@slaver1 package]# yum install postgresql10-server
  2 已加载插件:fastestmirror, langpacks
  3 /var/run/yum.pid 已被锁定,PID78607 的另一个程序正在运行。
  4 Another app is currently holding the yum lock; waiting for it to exit...
  5   另一个应用程序是:PackageKit
  6     内存: 31 M RSS451 MB VSZ7     已启动: Thu Aug 13 09:51:43 2020 - 00:11之前
  8     状态  :睡眠中,进程ID78607
  9 Another app is currently holding the yum lock; waiting for it to exit...
 10   另一个应用程序是:PackageKit
 11     内存: 32 M RSS452 MB VSZ12     已启动: Thu Aug 13 09:51:43 2020 - 00:13之前
 13     状态  :睡眠中,进程ID78607
 14 Another app is currently holding the yum lock; waiting for it to exit...
 15   另一个应用程序是:PackageKit
 16     内存: 32 M RSS452 MB VSZ17     已启动: Thu Aug 13 09:51:43 2020 - 00:15之前
 18     状态  :睡眠中,进程ID78607
 19 Another app is currently holding the yum lock; waiting for it to exit...
 20   另一个应用程序是:PackageKit
 21     内存: 32 M RSS452 MB VSZ22     已启动: Thu Aug 13 09:51:43 2020 - 00:17之前
 23     状态  :睡眠中,进程ID78607
 24 Another app is currently holding the yum lock; waiting for it to exit...
 25   另一个应用程序是:PackageKit
 26     内存: 32 M RSS452 MB VSZ27     已启动: Thu Aug 13 09:51:43 2020 - 00:19之前
 28     状态  :睡眠中,进程ID78607
 29 Another app is currently holding the yum lock; waiting for it to exit...
 30   另一个应用程序是:PackageKit
 31     内存: 32 M RSS452 MB VSZ32     已启动: Thu Aug 13 09:51:43 2020 - 00:21之前
 33     状态  :睡眠中,进程ID78607
 34 Another app is currently holding the yum lock; waiting for it to exit...
 35   另一个应用程序是:PackageKit
 36     内存: 38 M RSS459 MB VSZ37     已启动: Thu Aug 13 09:51:43 2020 - 00:23之前
 38     状态  :运行中,进程ID78607
 39 Another app is currently holding the yum lock; waiting for it to exit...
 40   另一个应用程序是:PackageKit
 41     内存:174 M RSS594 MB VSZ42     已启动: Thu Aug 13 09:51:43 2020 - 00:25之前
 43     状态  :运行中,进程ID78607
 44 Another app is currently holding the yum lock; waiting for it to exit...
 45   另一个应用程序是:PackageKit
 46     内存:265 M RSS685 MB VSZ47     已启动: Thu Aug 13 09:51:43 2020 - 00:27之前
 48     状态  :运行中,进程ID78607
 49 Another app is currently holding the yum lock; waiting for it to exit...
 50   另一个应用程序是:PackageKit
 51     内存:265 M RSS685 MB VSZ52     已启动: Thu Aug 13 09:51:43 2020 - 00:29之前
 53     状态  :睡眠中,进程ID78607
 54 Another app is currently holding the yum lock; waiting for it to exit...
 55   另一个应用程序是:PackageKit
 56     内存:265 M RSS685 MB VSZ57     已启动: Thu Aug 13 09:51:43 2020 - 00:31之前
 58     状态  :睡眠中,进程ID78607
 59 Loading mirror speeds from cached hostfile
 60  * base: mirrors.aliyun.com
 61  * epel: mirrors.yun-idc.com
 62  * extras: mirror.bit.edu.cn
 63  * updates: mirrors.aliyun.com
 64 正在解决依赖关系
 65 --> 正在检查事务
 66 ---> 软件包 postgresql10-server.x86_64.0.10.13-1PGDG.rhel7 将被 安装
 67 --> 正在处理依赖关系 postgresql10-libs(x86-64) = 10.13-1PGDG.rhel7,它被软件包 postgresql10-server-10.13-1PGDG.rhel7.x86_64 需要
 68 --> 正在处理依赖关系 postgresql10(x86-64) = 10.13-1PGDG.rhel7,它被软件包 postgresql10-server-10.13-1PGDG.rhel7.x86_64 需要
 69 --> 正在处理依赖关系 libpq.so.5()(64bit),它被软件包 postgresql10-server-10.13-1PGDG.rhel7.x86_64 需要
 70 --> 正在检查事务
 71 ---> 软件包 postgresql10.x86_64.0.10.13-1PGDG.rhel7 将被 安装
 72 ---> 软件包 postgresql10-libs.x86_64.0.10.13-1PGDG.rhel7 将被 安装
 73 --> 解决依赖关系完成
 74 
 75 依赖关系解决
 76 
 77 ================================================================================================================================================================================================================================
 78  Package                                                      架构                                            版本                                                        源                                               大小
 79 ================================================================================================================================================================================================================================
 80 正在安装:
 81  postgresql10-server                                          x86_64                                          10.13-1PGDG.rhel7                                           pgdg10                                          4.5 M
 82 为依赖而安装:
 83  postgresql10                                                 x86_64                                          10.13-1PGDG.rhel7                                           pgdg10                                          1.6 M
 84  postgresql10-libs                                            x86_64                                          10.13-1PGDG.rhel7                                           pgdg10                                          357 k
 85 
 86 事务概要
 87 ================================================================================================================================================================================================================================
 88 安装  1 软件包 (+2 依赖软件包)
 89 
 90 总下载量:6.5 M
 91 安装大小:28 M
 92 Is this ok [y/d/N]: y
 93 Downloading packages:
 94 警告:/var/cache/yum/x86_64/7/pgdg10/packages/postgresql10-libs-10.13-1PGDG.rhel7.x86_64.rpm:V4 DSA/SHA1 Signature, 密钥 ID 442df0f8: NOKEY                                                ] 128 kB/s | 416 kB  00:00:48 ETA 
 95 postgresql10-libs-10.13-1PGDG.rhel7.x86_64.rpm 的公钥尚未安装
 96 (1/3): postgresql10-libs-10.13-1PGDG.rhel7.x86_64.rpm                                                                                                                                                    | 357 kB  00:00:05     
 97 (2/3): postgresql10-10.13-1PGDG.rhel7.x86_64.rpm                                                                                                                                                         | 1.6 MB  00:02:40     
 98 (3/3): postgresql10-server-10.13-1PGDG.rhel7.x86_64.rpm                                                                                                                                                  | 4.5 MB  00:02:44     
 99 --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
100 总计                                                                                                                                                                                             39 kB/s | 6.5 MB  00:02:50     
101 从 file:///etc/pki/rpm-gpg/RPM-GPG-KEY-PGDG 检索密钥
102 导入 GPG key 0x442DF0F8:
103  用户ID     : "PostgreSQL RPM Building Project <pgsqlrpms-hackers@pgfoundry.org>"
104  指纹       : 68c9 e2b9 1a37 d136 fe74 d176 1f16 d2e1 442d f0f8
105  软件包     : pgdg-redhat-repo-42.0-11.noarch (@/pgdg-redhat-repo-latest.noarch)
106  来自       : /etc/pki/rpm-gpg/RPM-GPG-KEY-PGDG
107 是否继续?[y/N]:y
108 Running transaction check
109 Running transaction test
110 Transaction test succeeded
111 Running transaction
112   正在安装    : postgresql10-libs-10.13-1PGDG.rhel7.x86_64                                                                                                                                                                  1/3 
113   正在安装    : postgresql10-10.13-1PGDG.rhel7.x86_64                                                                                                                                                                       2/3 
114   正在安装    : postgresql10-server-10.13-1PGDG.rhel7.x86_64                                                                                                                                                                3/3 
115   验证中      : postgresql10-libs-10.13-1PGDG.rhel7.x86_64                                                                                                                                                                  1/3 
116   验证中      : postgresql10-10.13-1PGDG.rhel7.x86_64                                                                                                                                                                       2/3 
117   验证中      : postgresql10-server-10.13-1PGDG.rhel7.x86_64                                                                                                                                                                3/3 
118 
119 已安装:
120   postgresql10-server.x86_64 0:10.13-1PGDG.rhel7                                                                                                                                                                                
121 
122 作为依赖被安装:
123   postgresql10.x86_64 0:10.13-1PGDG.rhel7                                                                      postgresql10-libs.x86_64 0:10.13-1PGDG.rhel7                                                                     
124 
125 完毕!
126 [root@slaver1 package]# 

6、开始初始化postgresql数据库,如下所示:

代码语言:javascript
代码运行次数:0
运行
AI代码解释
复制
1 [root@slaver1 package]# /usr/pgsql-10/bin/postgresql-10-setup initdb
2 Initializing database ... OK
3 
4 [root@slaver1 package]# 

7、设置开机自启动,然后启动postgresql数据库,如下所示:

代码语言:javascript
代码运行次数:0
运行
AI代码解释
复制
1 [root@slaver1 package]# systemctl enable postgresql-10
2 Created symlink from /etc/systemd/system/multi-user.target.wants/postgresql-10.service to /usr/lib/systemd/system/postgresql-10.service.
3 [root@slaver1 package]# systemctl start postgresql-10
4 [root@slaver1 package]# 

8、查看postgresql的相关进程,如下所示:

代码语言:javascript
代码运行次数:0
运行
AI代码解释
复制
 1 [root@slaver1 ~]# ps -ef | grep postgres
 2 postgres  79928      1  0 10:07 ?        00:00:00 /usr/pgsql-10/bin/postmaster -D /var/lib/pgsql/10/data/
 3 postgres  79931  79928  0 10:07 ?        00:00:00 postgres: logger process   
 4 postgres  79933  79928  0 10:07 ?        00:00:00 postgres: checkpointer process   
 5 postgres  79934  79928  0 10:07 ?        00:00:00 postgres: writer process   
 6 postgres  79935  79928  0 10:07 ?        00:00:00 postgres: wal writer process   
 7 postgres  79936  79928  0 10:07 ?        00:00:00 postgres: autovacuum launcher process   
 8 postgres  79937  79928  0 10:07 ?        00:00:00 postgres: stats collector process   
 9 postgres  79938  79928  0 10:07 ?        00:00:00 postgres: bgworker: logical replication launcher   
10 root      84515  78910  0 10:56 pts/4    00:00:00 grep --color=auto postgres
11 [root@slaver1 ~]# 

pgsql默认的端口号为5432,通过netstat命令或者lsof命令都可以看到监听情况:

代码语言:javascript
代码运行次数:0
运行
AI代码解释
复制
 1 [root@slaver1 ~]# lsof -i:5432
 2 COMMAND     PID     USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
 3 postmaste 79928 postgres    3u  IPv6 663083      0t0  TCP localhost:postgres (LISTEN)
 4 postmaste 79928 postgres    4u  IPv4 663084      0t0  TCP localhost:postgres (LISTEN)
 5 [root@slaver1 ~]# netstat -an | grep 5432
 6 tcp        0      0 127.0.0.1:5432          0.0.0.0:*               LISTEN     
 7 tcp6       0      0 ::1:5432                :::*                    LISTEN     
 8 unix  2      [ ACC ]     STREAM     LISTENING     663093   /var/run/postgresql/.s.PGSQL.5432
 9 unix  2      [ ACC ]     STREAM     LISTENING     663095   /tmp/.s.PGSQL.5432
10 [root@slaver1 ~]# 

现在可以看到pgsql默认监听的是localhost或127.0.0.1,目前只能本机访问,如果远程访问就连接不上了,具体的配置文件是data目录下的postgresql.conf,可以通过修改这个配置文件来调整各个参数,比如:listen_addresses可以修改绑定的地址,默认是localhost,port可以修改监听的端口号,默认是5432,max_connections可以修改最大客户端连接数量,默认是100等等。

注意:我这里才用的是默认的安装方式,就使用find命令查找了一下postgresql.conf的配置位置,然后进行修改:

代码语言:javascript
代码运行次数:0
运行
AI代码解释
复制
 1 [root@slaver1 /]# find -name postgresql.conf
 2 ./var/lib/pgsql/10/data/postgresql.conf
 3 ./usr/lib/tmpfiles.d/postgresql.conf
 4 [root@slaver1 /]# ll /var/lib/pgsql/10/data/
 5 总用量 60
 6 drwx------. 5 postgres postgres    41 813 10:06 base
 7 -rw-------. 1 postgres postgres    30 813 10:07 current_logfiles
 8 drwx------. 2 postgres postgres  4096 813 10:20 global
 9 drwx------. 2 postgres postgres    32 813 10:07 log
10 drwx------. 2 postgres postgres     6 813 10:06 pg_commit_ts
11 drwx------. 2 postgres postgres     6 813 10:06 pg_dynshmem
12 -rw-------. 1 postgres postgres  4269 813 10:06 pg_hba.conf
13 -rw-------. 1 postgres postgres  1636 813 10:06 pg_ident.conf
14 drwx------. 4 postgres postgres    68 813 10:12 pg_logical
15 drwx------. 4 postgres postgres    36 813 10:06 pg_multixact
16 drwx------. 2 postgres postgres    18 813 10:07 pg_notify
17 drwx------. 2 postgres postgres     6 813 10:06 pg_replslot
18 drwx------. 2 postgres postgres     6 813 10:06 pg_serial
19 drwx------. 2 postgres postgres     6 813 10:06 pg_snapshots
20 drwx------. 2 postgres postgres     6 813 10:06 pg_stat
21 drwx------. 2 postgres postgres    63 813 11:01 pg_stat_tmp
22 drwx------. 2 postgres postgres    18 813 10:06 pg_subtrans
23 drwx------. 2 postgres postgres     6 813 10:06 pg_tblspc
24 drwx------. 2 postgres postgres     6 813 10:06 pg_twophase
25 -rw-------. 1 postgres postgres     3 813 10:06 PG_VERSION
26 drwx------. 3 postgres postgres    60 813 10:06 pg_wal
27 drwx------. 2 postgres postgres    18 813 10:06 pg_xact
28 -rw-------. 1 postgres postgres    88 813 10:06 postgresql.auto.conf
29 -rw-------. 1 postgres postgres 22985 813 10:06 postgresql.conf
30 -rw-------. 1 postgres postgres    58 813 10:07 postmaster.opts
31 -rw-------. 1 postgres postgres   104 813 10:07 postmaster.pid
32 [root@slaver1 /]# vim /var/lib/pgsql/10/data/postgresql.conf 
33 [root@slaver1 /]# 

这里将localhost修改为192.168.110.133,如下所示:

9、命令行界面简单操作,pgsql和mysql一样可以通过交互式提示符连接操作,连接方式如下:

代码语言:javascript
代码运行次数:0
运行
AI代码解释
复制
1 [root@slaver1 ~]# psql -h 127.0.0.1 -d postgres -U postgres -p 5432
2 psql: 致命错误:  用户 "postgres" Ident 认证失败
3 [root@slaver1 ~]# 

修改认证文件[root@slaver1 ~]# vim /var/lib/pgsql/10/data/pg_hba.conf,登陆使用密码。把这个配置文件中的认证 METHOD的ident修改为trust,可以实现用账户和密码来访问数据库,即解决psql: 致命错误: 用户 "postgres" Ident 认证失败 这个问题)。

重启postgresql服务器使设置生效,如下所示:

注意:其中-h参数指定服务器地址,默认为127.0.0.1,默认不指定即可,-d指定连接之后选中的数据库,默认也是postgres,-U指定用户,默认是当前用户,-p 指定端口号,默认是"5432",其它更多的参数选项可以执行: ./bin/psql --help 查看。

代码语言:javascript
代码运行次数:0
运行
AI代码解释
复制
1 [root@slaver1 ~]# psql -h 127.0.0.1 -d postgres -U postgres -p 5432
2 psql: could not connect to server: 拒绝连接
3     Is the server running on host "127.0.0.1" and accepting
4     TCP/IP connections on port 5432?
5 [root@slaver1 ~]# psql -h 192.168.110.133 -d postgres -U postgres -p 5432
6 psql: 致命错误:  没有用于主机 "192.168.110.133", 用户 "postgres", 数据库 "postgres", SSL 关闭 的 pg_hba.conf 记录
7 [root@slaver1 ~]# 

由于这里需要设置可以远程链接,将127.0.0.1的都改成自己ip地址,vim /var/lib/pgsql/10/data/pg_hba.conf,如下所示:

修改完毕,重启postgresql服务,如下所示:

代码语言:javascript
代码运行次数:0
运行
AI代码解释
复制
 1 [root@slaver1 ~]# systemctl stop postgresql-10
 2 [root@slaver1 ~]# systemctl start postgresql-10
 3 [root@slaver1 ~]# ps -ef | grep postgres
 4 postgres  86970      1  2 11:23 ?        00:00:00 /usr/pgsql-10/bin/postmaster -D /var/lib/pgsql/10/data/
 5 postgres  86972  86970  0 11:23 ?        00:00:00 postgres: logger process   
 6 postgres  86974  86970  0 11:23 ?        00:00:00 postgres: checkpointer process   
 7 postgres  86975  86970  0 11:23 ?        00:00:00 postgres: writer process   
 8 postgres  86976  86970  0 11:23 ?        00:00:00 postgres: wal writer process   
 9 postgres  86977  86970  0 11:23 ?        00:00:00 postgres: autovacuum launcher process   
10 postgres  86978  86970  0 11:23 ?        00:00:00 postgres: stats collector process   
11 postgres  86979  86970  0 11:23 ?        00:00:00 postgres: bgworker: logical replication launcher   
12 root      86982  78910  0 11:23 pts/4    00:00:00 grep --color=auto postgres
13 [root@slaver1 ~]# lsof -i:5432
14 COMMAND     PID     USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
15 postmaste 86970 postgres    3u  IPv4 797866      0t0  TCP slaver1:postgres (LISTEN)
16 [root@slaver1 ~]# ps -ef | grep postgres
17 postgres  86970      1  0 11:23 ?        00:00:00 /usr/pgsql-10/bin/postmaster -D /var/lib/pgsql/10/data/
18 postgres  86972  86970  0 11:23 ?        00:00:00 postgres: logger process   
19 postgres  86974  86970  0 11:23 ?        00:00:00 postgres: checkpointer process   
20 postgres  86975  86970  0 11:23 ?        00:00:00 postgres: writer process   
21 postgres  86976  86970  0 11:23 ?        00:00:00 postgres: wal writer process   
22 postgres  86977  86970  0 11:23 ?        00:00:00 postgres: autovacuum launcher process   
23 postgres  86978  86970  0 11:23 ?        00:00:00 postgres: stats collector process   
24 postgres  86979  86970  0 11:23 ?        00:00:00 postgres: bgworker: logical replication launcher   
25 root      86994  78910  0 11:24 pts/4    00:00:00 grep --color=auto postgres
26 [root@slaver1 ~]# 

然后使用命令行的方式连接postgresql数据库,如下所示:

代码语言:javascript
代码运行次数:0
运行
AI代码解释
复制
1 [root@slaver1 ~]# psql -h 192.168.110.133 -d postgres -U postgres -p 5432
2 psql (9.2.24, 服务器 10.13)
3 警告:psql 版本9.2, 服务器版本10.0.
4 一些psql功能可能无法工作.
5 输入 "help" 来获取帮助信息.
6 
7 postgres=# 

登录进去默认界面,命令提示符前面的就是当前的数据库,使用 \l 查看当前的数据库列表,如下所示:

代码语言:javascript
代码运行次数:0
运行
AI代码解释
复制
 1 [root@slaver1 ~]# psql -h 192.168.110.133 -d postgres -U postgres -p 5432
 2 psql (9.2.24, 服务器 10.13)
 3 警告:psql 版本9.2, 服务器版本10.0.
 4 一些psql功能可能无法工作.
 5 输入 "help" 来获取帮助信息.
 6 
 7 postgres=# 
 8 postgres=# \l
 9                                      资料库列表
10    名称    |  拥有者  | 字元编码 |  校对规则   |    Ctype    |       存取权限        
11 -----------+----------+----------+-------------+-------------+-----------------------
12  postgres  | postgres | UTF8     | zh_CN.UTF-8 | zh_CN.UTF-8 | 
13  template0 | postgres | UTF8     | zh_CN.UTF-8 | zh_CN.UTF-8 | =c/postgres          +
14            |          |          |             |             | postgres=CTc/postgres
15  template1 | postgres | UTF8     | zh_CN.UTF-8 | zh_CN.UTF-8 | =c/postgres          +
16            |          |          |             |             | postgres=CTc/postgres
17 (3 行记录)
18 
19 postgres=# 

创建一个简单的数据表可以执行下面的命令:

代码语言:javascript
代码运行次数:0
运行
AI代码解释
复制
1 postgres=# CREATE TABLE student (
2 postgres(#   id integer NOT NULL,
3 postgres(#   name character(32),
4 postgres(#   number char(5),
5 postgres(#   CONSTRAINT student_pkey PRIMARY KEY (id)
6 postgres(# );
7 CREATE TABLE
8 postgres=# 
9 postgres=# 

创建表之后可以使用 \d student; 查看表的详细信息,如下:

代码语言:javascript
代码运行次数:0
运行
AI代码解释
复制
 1 postgres=# \d student;
 2      资料表 "public.student"
 3   栏位  |     型别      | 修饰词 
 4 --------+---------------+--------
 5  id     | integer       | 非空
 6  name   | character(32) | 
 7  number | character(5)  | 
 8 索引:
 9     "student_pkey" PRIMARY KEY, btree (id)
10 
11 postgres=# 

现在可以插入一条测试数据: INSERT INTO student (id, name, number) VALUES (1, '张三', '1023'); 然后可以查询这条数据: SELECT * FROM student WHERE id=1;

代码语言:javascript
代码运行次数:0
运行
AI代码解释
复制
1 postgres=# INSERT INTO student (id, name, number) VALUES (1, '张三', '1023');
2 INSERT 0 1
3 postgres=# SELECT * FROM student WHERE id=1;
4  id |                name                | number 
5 ----+------------------------------------+--------
6   1 | 张三                               | 1023 
7 (1 行记录)
8 
9 postgres=# 

最后可以执行 \q 退出交互式界面。

代码语言:javascript
代码运行次数:0
运行
AI代码解释
复制
1 postgres=# \q
2 [root@slaver1 ~]# 

10、问题:致命错误: 用户 "postgres" Ident 认证失败?

  说明:这个是由于没有配置远程访问且认证方式没改造成的,只需要更改使用账号密码认证即可。   解决:找到pg_hba.conf(find / -name pg_hba.conf),METHOD的ident修改为md5,且把ip端改为0.0.0.0/0,或者想要的IP地址即可。修改完成后直接reload即可。

11、METHOD指定如何处理客户端的认证。常用的有ident,md5,password,trust,reject

1)、ident是Linux下PostgreSQL默认的local认证方式,凡是能正确登录服务器的操作系统用户(注:不是数据库用户)就能使用本用户映射的数据库用户不需密码登录数据库。用户映射文件为pg_ident.conf,这个文件记录着与操作系统用户匹配的数据库用户,如果某操作系统用户在本文件中没有映射用户,则默认的映射数据库用户与操作系统用户同名。比如,服务器上有名为user1的操作系统用户,同时数据库上也有同名的数据库用户,user1登录操作系统后可以直接输入psql,以user1数据库用户身份登录数据库且不需密码。很多初学者都会遇到psql -U username登录数据库却出现“username ident 认证失败”的错误,明明数据库用户已经createuser。原因就在于此,使用了ident认证方式,却没有同名的操作系统用户或没有相应的映射用户。解决方案:第一种、在pg_ident.conf中添加映射用户;第二种、改变认证方式。

2)、METHOD指定如何处理客户端的认证,如下所示:     a、md5是常用的密码认证方式,如果你不使用ident,最好使用md5。密码是以md5形式传送给数据库,较安全,且不需建立同名的操作系统用户。     b、password是以明文密码传送给数据库,建议不要在生产环境中使用。     c、trust是只要知道数据库用户名就不需要密码或ident就能登录,建议不要在生产环境中使用。     d、reject是拒绝认证。   3)、在文件查找 listen_addresses,他的值说明:

    a、如果希望只能从本地计算机访问PostgreSQL数据库,就将该项设置为'localhost';     b、如果希望从局域网访问PostgreSQL数据库,就将该项设置为PostgreSQL数据库的局域网IP地址;     c、如果希望从互联网访问PostgreSQL数据库,就将该项设置为PostgreSQL数据库的互联网IP地址;     d、如果希望从任何地方都可以访问PostgreSQL数据库,就将该配置项设置为“*”;   通过ident的描述可以看到上面出现错误(解决psql: 致命错误: 用户 "postgres" Ident 认证失败)的原因是什么了,是因为自己的linux的用户没有和postgresql匹配的用户,才导致出现的错误的,其实这里根据上面的描述有好几种解决方法,由于postgresql数据库会默认生成一个名为postgres的数据库和一个名为postgres的数据库用户,此时,可以同时生成了一个名为postgres的Linux系统用户。但是又不能直接使用root账号切换到postgresql账号,所以需要额外创建一个linux用户用来切换到postgresql账号。

参考:http://www.ruanyifeng.com/blog/2013/12/getting_started_with_postgresql.html

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2020-08-29 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
暂无评论
推荐阅读
编辑精选文章
换一批
安装 PostgreSQL
由于特性丰富,很多 CMDB 都是基于它开发的,再加上当前的物联网热潮,IOT 场景中大量涉及时空数据的处理,这些方面都是它的专长
franket
2021/08/12
2.7K0
PostgreSQL 16数据库的各种安装方式汇总(yum、编译、docker等)
详细使用请参考:https://www.xmmup.com/dbbao69zaidockerzhongkuaisushiyonggegebanbendepostgresqlshujuku.html
AiDBA宝典
2023/09/19
6.8K0
PostgreSQL 16数据库的各种安装方式汇总(yum、编译、docker等)
从零开始学PostgreSQL (一):Centos8 RPM安装PostgreSQL16
DBA实战
2024/09/06
1970
从零开始学PostgreSQL (一):Centos8 RPM安装PostgreSQL16
使用yum来安装PostgreSQL数据库(从PG9.4到PG16各个版本通用)
PG安装方法很多,和MySQL类似,给用户提供很大的选择空间。如:RPM包安装(在线、离线)、源码编译安装、系统自带、二进制、NDB安装等。
AiDBA宝典
2023/09/19
3.9K0
使用yum来安装PostgreSQL数据库(从PG9.4到PG16各个版本通用)
CentOS 安装PostgreSQL 9.1
PostgreSQL通常也简称Postgres,是一个关系型数据库管理系统,适用于各种Linux操作系统、Windows、Solaris、BSD和Mac OS X。PostgreSQL遵循PostgreSQL许可,是一个开源软件。PostgreSQL由PostgreSQL全球开发组开发,由极少数的公司志愿组成并进行监督管理,这些公司有红帽、EnterpriseDB等。 PostgreSQL的知名度越来越大,这是理所当然的:它是如此可靠、高效。与传统企业级关系型数据库相比,PostgreSQL完全基于社区驱动
张善友
2018/01/26
1.3K0
CentOS7 部署 PostgreSQL
陳斯托洛夫斯記
2024/08/07
930
Postgresql10离线安装
1、在很多时候,服务器不能联网,需要离线安装,下面是Postgresql10离线安装的步骤:
别先生
2021/03/08
1.4K0
PostgresSQL 主从搭建步骤
由于工作需要,最近开始接触各种数据库,并尝试各种数据库产品的高可用方案。今天分享的是postgresSQL的主从配置,其实还是蛮简单的,跟随本文的步骤,保证能实现PG主从的搭建。
星哥玩云
2022/08/13
2.5K0
postgresql9.6 的安装
vim /etc/init.d/postgresql-9.6   修改下启动脚本里面的PGDATA路径:
保持热爱奔赴山海
2019/09/17
1.1K0
进阶数据库系列(二十):PostgreSQL 数据库备份与恢复
此种方式是直接备份数据库物理文件,在pg数据库里,这通常指的是PGDATA变量定义的文件夹,例如:
民工哥
2023/08/22
7.5K0
进阶数据库系列(二十):PostgreSQL 数据库备份与恢复
Linux环境下PG 14的安装部署
https://yum.postgresql.org/14/redhat/rhel-7-x86_64/repoview/postgresqldbserver14.group.html
AiDBA宝典
2022/05/25
3.3K0
Linux环境下PG 14的安装部署
CentOS7 安装PostgreSQL
版权声明:本文为木偶人shaon原创文章,转载请注明原文地址,非常感谢。 https://blog.csdn.net/wh211212/article/details/79627984
shaonbean
2019/05/26
6390
六脉神剑之使用 yum 安装 PostgreSQL
来源 |公众号 JiekeXu DBA之路(ID: JiekeXu_IT) 大家好,我是 JiekeXu,很高兴又和大家见面了,今天和大家一起来看看六脉神剑之使用 yum 安装 PostgreSQL,欢迎点击上方蓝字“JiekeXu DBA之路”关注我的公众号,标星或置顶,更多干货第一时间到达!
JiekeXu之路
2023/10/19
8970
六脉神剑之使用 yum 安装 PostgreSQL
PostgreSQL入门
这时相当于系统用户postgres以同名数据库用户的身份,登录数据库,这是不用输入密码的。如果一切正常,系统提示符会变为"postgres=#",表示这时已经进入了数据库控制台。以下的命令都在控制台内完成。
老马
2019/05/25
1.9K0
CentOS7安装部署PostgreSQL 12数据库
PostgreSQL是一个基于POSTGRES 4.2的对象关系数据库管理系统。PostgreSQL项目为最常见的发行版提供了所有受支持版本的软件包的存储库。支持的发行版包括所有Red Hat系列,其中包括CentOS,Fedora,Scientific Linux,Oracle Linux和Red Hat Enterprise Linux。
Power
2025/03/03
840
PostgreSQL 操作命令
认证方式除“trust”外,还有“peer”, “ident”, “md5”, “password”等
Kevin song
2020/02/19
1.2K0
PostgreSQL 操作命令
CentOS7 PostgreSQL安装
在 CentOS7 上安装 PostgreSQL 最近需要在物理机上安装数据库,粗略记录一下,感谢同事的协助。 一、创建 postgres 用户 useradd postgres 修改密码 passwd postgres 二、rpm安装 # rpm文件的下载地址:https://download.postgresql.org/pub/repos/yum/11/redhat/rhel-7-x86_64/ # 下载以下几个rpm包并安装 rpm -ivh libicu-50.2-4.el7_7.x86_
Li_XiaoJin
2022/11/23
7920
CentOS 7.9 安装 Postgresql 9.6
下面的步骤都是按照 9.6 版本进行安装的,如果时境过迁,9.6 也不支持了,只需要更改下面的版本号即可,将 9.6 版本改为你安装的版本,例如版本 10 ,只需要将下面所有的 9.6 改为 10 。
wsuo
2021/08/31
1.1K0
CentOS 7.9 安装 Postgresql 9.6
postgresql主备配置步骤
rpm -e --nodeps postgresql95-contrib-9.5.3-2PGDG.rhel7.x86_64
felixxue
2022/12/29
1.4K0
【DB宝67】使用yum来安装PostgreSQL13.3数据库
PG安装方法很多,和MySQL类似,给用户提供很大的选择空间。如:RPM包安装(在线、离线)、源码编译安装、系统自带、二进制、NDB安装等。
AiDBA宝典
2021/08/25
9540
相关推荐
安装 PostgreSQL
更多 >
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档
查看详情【社区公告】 技术创作特训营有奖征文
本文部分代码块支持一键运行,欢迎体验
本文部分代码块支持一键运行,欢迎体验