sql - how to view PostgreSQL database on windows 7? -


I have installed an application that uses a PostgreSQL database when I installed the application for PostgreSQL Installed as a form.

How can I view raw PostgreSQL database rows?

Thank you

You psql , a command line You can use the tool which can already be installed with your code, or you can use pgAdmin if you wish. GUI Tool Besides this, there are several scripting languages, Perl, Python, etc. which have databases that are easy to databases Provide access.


Comments