Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Basic use of postgresql (1)

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

Find the right version on the official website and download postgresql https://www.postgresql.org/download/

Version number: postgresql-9.5.10.tar.bz2

System: CentOS7 x86x64

Decompress: tar-jxvf postgresql-9.5.10.tar.bz2

Cd postgresql-9.5.10

. / configure-- prefix=/usr/local/postgres may have all kinds of errors at this time, all of which should be solved by your lack of package (then yum installation package) or a few parameters (--without- parameter)

Make install installation

Make clean frees up file space

Useradd-G postgres postgres creates this group with users

Mkdir / opt/postgres

Chown postgres:postgres / opt/postgres

Vi / etc/profile add the following

PATH=/usr/local/postgres/bin:$PATH

MANPATH=/usr/local/postgres/share/man:$MANPATH

Source / etc/profile save file

Su-postgres

Initdb-D / opt/postgres/ initialization

Or initialize and start pg_ctl-D / opt/postgres/ initdb

Psql goes into the command window and starts working, ok.

In addition, you can install man and doc as if it were make install-man; after the make install-doc; installation is complete, you can man psql to view help.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report