How can I edit the contents of a table in phpPgAdmin without using SQL? Or is there an alternative tool that allows me to edit datasets?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
migrated from stackoverflow.com Jan 6 at 9:02
|
I've used pgadmin3 on ubuntu to work with a postgres database. It allows you to modify rows without using sql. I'm assuming phpPgAdmin is similar (but I haven't used it). I edit rows in pgadmin3 by:
Here is the site for pgadmin: http://www.pgadmin.org/ |
|||||
|
|
Add a primary key, then you may edit a table's contents. This is possible on an existing table filled with contents using
|
|||
|
|