[SQL] remotely using PostgreSQL Studio visualization to view the PostgreSQL database

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 there is no Tomcat on my computer.

Suppose you have a computer with Tomcat configured to download Pgstudio_1.2.zip and then a war package after decompression.

: http://www.postgresqlstudio.org/download/


2. Unzip

Unzip the compressed file to see, for example, the following folder:



3. Implementation

Execute under the Bin folder to start Tomcat:

./catalina.sh Run



4. View

Browser input: localhost:8080 will be able to see:







4. Change the remote database to agree to interview

Edit the pg_hba.conf file and add the following phrase at the bottom of the file:

Host    all         0.0.0.0/0             


Edit the postgresql.conf file, look for the "listen_addresses" string, and then change to such as the following:




[SQL] remotely using PostgreSQL Studio visualization to view the PostgreSQL database

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.