How does pgadmin connect to remote database?



How does pgadmin connect to remote database?..

Answer / Abhishek Swaroop

To connect pgAdmin to a remote database, you need to create a new server connection. Click on the 'Servers' tab in the left panel, then 'Server of type' and select PostgreSQL. Fill in the necessary details like host name or IP address, port number (default is 5432), database name, username, and password. After filling in all the details, click on 'Save' to create a new server connection.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Postgre Interview Questions

what is software?

1 Answers  


Do provide an explanation for pgadmin?

1 Answers  


Who created postgresql?

1 Answers  


How many rows can postgres handle?

1 Answers  


Provide an explanation about write ahead logging?

1 Answers  


Can postgresql scale horizontally?

1 Answers  


How do I connect to a postgresql database using sql developer?

1 Answers  


What is the schema of a table?

1 Answers  


How to write sql script in postgresql?

1 Answers  


Is edb postgres free?

1 Answers  


What is the advantage of postgresql?

1 Answers  


How do you remove a foreign key constraint?

1 Answers  


Categories