Making phpPgAdmin Work

This post is more of a reminder to myself than anything else. It took me a while and a bit of Googling to find the right answer.
If you’re using phpPgAdmin to administer PostgreSQL databases and you want to be able to alter records from the web-based interface — i.e., you want each row to feature an “Edit” and “Delete” button — you’ll need to remember this: all tables that you want to use phpPgAdmin on must have a PRIMARY KEY defined. No PRIMARY KEY, no Edit/Delete links.

Doug
Doug

Husband & father with youngins; Presbyterian; Will devops for boardgames; Dadjoke Enthusiast; Longtime WordPress user; The failure mode of “clever” is...

Articles: 2529

One comment

  1. Dreamhost has been having routing fits that have been causing issues as of late. Particularly effected? Database connections.
    Gah.

Comments are closed.