SQL error:
ERROR: relation "pg_autovacuum" does not exist
LINE 2: FROM pg_autovacuum join pg_class on (oid=vacrelid) join...
^
In statement:
SELECT vacrelid, nspname, relname, enabled, vac_base_thresh, vac_scale_factor, anl_base_thresh, anl_scale_factor, vac_cost_delay, vac_cost_limit
FROM pg_autovacuum join pg_class on (oid=vacrelid) join pg_namespace on (oid=relnamespace) ORDER BY nspname, relname
Fatal error: Call to a member function recordCount() on a non-object in /usr/local/www/phpPgAdmin/classes/Misc.php on line 1630
Screen shot of the error
Um, what did you do to see that error (steps to reproduce)? What version of postgres are you running? Can you duplicate this using the latest code from the git repo (http://github.com/xzilla/phppgadmin) ?
This issue has been resolved and is currently fixed in GIT. If
you wish to acquire the fix, please download the updated code from
http://github.com/xzilla/phppgadmin/
Alternatively, you can download a nightly snapshot from:
http://phppgadmin.sourceforge.net/
Note that you may have to wait up to 24 hours for the latest GIT
changes to appear in the snapshot.
Ah, overlooked the screenshot. This is a known problem with 4.2, which doesn't fully support pg 8.4. This is fixed in the latest github, so for now I would suggest running that.
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).