PostgreSQL understanding, Installation and Use

Source: Internet
Author: User

Detailed analysis of postgresql yesterday today and tomorrow http://database.51cto.com/art/200708/53762.htm

Evaluate the advantages and disadvantages of MySQL and PostgreSQL http://database.51cto.com/art/200612/36844.htm

PostgreSQL installation and easy to use http://www.linuxsir.org/main/node/275? Q = node/275 #2.1

Http://wiki.ubuntu.org.cn/PostgreSQL

PostgreSQL Chinese Document http://www.pgsqldb.org/pgsqldoc-8.1c/

 

1.InstallSudo apt-Get install postgresql-8.4

2. After the installation is complete, a post Administrator account named Postgres will be automatically generated. You need to set a password for it: passwd Postgres

3. Log On with the Postgres account: su Postgres

4. Service Startup:/etc/init. d/postgresql-8.2Start/Stop/restart/Status (Status)

5. Create and delete databases: Create Database

DROP DATABASE

6. Connect to the database: Psql dbname

When connecting: \ c dbname (switch to another database)

7.Exit\ Q exit

 

You can also use this graphic interface pgadmin3

1. Install: sudo apt-Get install pgadmin3

2. Start: pgadmin3

 

Related Article

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.