phpPgAdmin 5.0 does NOT support PostgreSQL 9.2.
Please, download our current developpement branch if you want to use
it with PostgreSQL 9.2:
https://github.com/phppgadmin/phppgadmin/archive/master.zip
Cheers,
On 13/11/2012 16:03, fj...@gm... wrote:
> The following data was submitted on 2012/11/13 15:03.
>
>
>
> ====== E-mail ======
>
> Name Frank PostgreSQL ver. 9.2 phpPgAdmin ver. 5.04 Comments I get
> the following error when I try to create a table thru phppgadmin
> interface
>
> SQL error:
>
> ERROR: column "spclocation" does not exist at character 67
>
> In statement:
>
> SELECT spcname, pg_catalog.pg_get_userbyid(spcowner) AS spcowner,
> spclocation, (SELECT description FROM pg_catalog.pg_shdescription
> pd WHERE pg_tablespace.oid=pd.objoid) AS spccomment FROM
> pg_catalog.pg_tablespace WHERE spcname NOT LIKE $$pg\_%$$ ORDER BY
> spcname
>
|