The Cancel/Kill Action in phpPgAdmin 5.1/PostgreSQL 9.0.13 don't work. Fix: Change "procpid" to "pid" in database.php:472 and :485
472 'procpid' => field('pid') 485 'procpid' => field('pid')
This looks fixed on the REL_5_1 head. You can get a copy of that at https://github.com/phppgadmin/phppgadmin/archive/REL_5-1.zip
It should also be fixed on git master, if you find the problem is persisting, please re-open this ticket.
Log in to post a comment.
This looks fixed on the REL_5_1 head. You can get a copy of that at https://github.com/phppgadmin/phppgadmin/archive/REL_5-1.zip
It should also be fixed on git master, if you find the problem is persisting, please re-open this ticket.