I'd like to view and possibly edit tables for PostgreSQL visually like phpMyAdmin, where you can see the list of tables, and fields and individual rows for a table. Is there any utility that can do this?
Forgive me if this is actually possible in pgAdmin III, but I couldn't figure out any way to see tables visually in pgAdmin. I have PostgreSQL 8.4 (I actually didn't install it myself, it was installed by another piece of software that utilizes it)
The answer is no. There's no phpMyAdmin for PostgreSQL. If that's what you want, then try TablePlus. TablePlus is a native database client that offers GUI tools to develop, manage and maintain multiple databases simultaneously. Native build for Mac, and Windows.
pgAdmin is the only PostgreSQL native GUI — plus, it's totally free and scales easily across multiple servers. pgAdmin makes for a great choice for Postgres-focused DBAs.
The best alternative is SQLite, which is both free and Open Source. Other great apps like PostgreSQL are MongoDB, MySQL Community Edition, MariaDB and Microsoft SQL Server. PostgreSQL is a powerful, open source object-relational database system. It has more than 15 years of active development...
phpPgAdmin might work for you, if you're already familiar with phpMyAdmin.
Please note that development of phpPgAdmin has moved to github per this notice but the SourceForge link above is for historical / documentation purposes.
But really there are dozens of tools that can do this.
I would also highly recommend Adminer - http://www.adminer.org/
It is much faster than phpMyAdmin, does less funky iframe stuff, and supports both MySQL and PostgreSQL.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With