Install PostgreSQL9.5 in CentOS

Source: Internet
Author: User

Install PostgreSQL9.5 in CentOS
Installation: You can directly install and compile it, or compile and install it through source code. /configure, make, and make install different linux OS installations and versions are different. For centos, you can install postgresql-server through yum install, however, for PostgreSQL 5, 8.1 6 corresponds to 8.4 7 and 9.2. Now the max version is 9.5.0 (20160112) Release 7 install 9.5 pg, yum installhttp: // uninstall install postgresql95-server postgresql95-contrib (contrib install third-party package and distributed package, don't Worry) /usr/pgsql-9.5/bin/postgresql95-setup initdb (initialization Library)/bin/systemctl start postgresql-9.5.service (startup) log on to the database su Hei spsql \ l to view all databases \ q and exit (the data directory is automatically installed in/var/lib/pgsql/9.5/data)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.