[SQL] remotely using PostgreSQL Studio to visually view PostgreSQL databases

Source: Internet
Author: User

1. Download

Go to the official website to download the latest PostgreSQL Studio, I downloaded pgstudio_1.2-bin. zip, because my computer does not have tomcat.

If Tomcat is configured on your computer, download pgstudio_1.2.zip and decompress the package.

: Http://www.postgresqlstudio.org/download/


2. Extract

Decompress the compressed file and you can see the following directory:



3. Run

Run in the bin directory and start tomcat:

./Catalina. sh run



4. View

Enter localhost: 8080 in the browser and you will see:







4. Modify the remote database to allow access

Edit the pg_cmd.conf file and add the following sentence at the bottom of the file:

Host all 0.0.0.0/0 trust


Edit the postgresql. conf file, find the "listen_addresses" string, and modify it as follows:

Listen_addresses = '*'



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.