Can someone explain how to manually upgrade phppgadmin on a centos 4.5 / cpanel box? I have the following already. I want version 4.12 (or whatever is latest)
phpPgAdmin 4.0.1
[email protected] [~]# rpm -qa|grep postgres
postgresql-server-8.2.1-1PGDG
postgresql-contrib-8.2.1-1PGDG
postgresql-libs-8.2.1-1PGDG
postgresql-devel-8.2.1-1PGDG
postgresql-8.2.1-1PGDG
postgresql-pl-8.2.1-1PGDG
Also, how would I attempt to extract the content in a postgresql database, table "mt059_participants" in the database "tobe_db" in a csv format ?
phpPgAdmin 4.0.1
[email protected] [~]# rpm -qa|grep postgres
postgresql-server-8.2.1-1PGDG
postgresql-contrib-8.2.1-1PGDG
postgresql-libs-8.2.1-1PGDG
postgresql-devel-8.2.1-1PGDG
postgresql-8.2.1-1PGDG
postgresql-pl-8.2.1-1PGDG
Also, how would I attempt to extract the content in a postgresql database, table "mt059_participants" in the database "tobe_db" in a csv format ?