From: Dan W. <kil...@us...> - 2002-02-06 15:21:14
|
In order to get the edit and delete functionality, phpPgAdmin must be able to uniquely identify the row you wish to edit. In order to do this, it looks for primary keys and any unique indices. So a simple answer... you need to create a unique index on your table, or build your table with a primary key (which is a good idea and good db design). -Dan : Hi, : : Perhaps this is a newbie Postgres question. Is there a reason why there is : seemingly no feature to delete entries at the row level as their is in : phpMyadmin? When I browse a table, I don't get the option to modify or delete : entries that I was used to getting back when I used MySQL :^) : : Thanks, : : Matt Terenzio : : _______________________________________________ : phpPgAdmin-users mailing list : php...@li... : https://lists.sourceforge.net/lists/listinfo/phppgadmin-users |