简体   繁体   中英

how to view PostgreSQL database on windows 7?

I installed an application that uses a PostgreSQL database. When I installed the application it automatically installed PostgreSQL for me.

How can I view the raw PostgreSQL database rows?

Thanks

You could use pgAdmin, which might've been automatically installed when PostgreSQL was otherwise you can download it for free . They've also got a 10 minute introductory video on using pgAdmin

You can use psql , a command line tool which may already be installed with your code, or you can use pgAdmin if you prefer a gui tool. Also many scripting languages, perl, python, etc. have libraries that allow easy access to the database.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM