我有Postgresql 9.2.0.单击创建数据库时,它显示以下错误:
sql error: ERROR: column "spclocation" does not exist LINE 1: ...pg_catalog.pg_get_userbyid(spcowner) AS spcowner,spclocatio... ^ 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
我在2012年12月12日晚上在Mac Mini Server上更新了Mountain Lion,它运行Postgresql 9.2.1.当我发现这个问题时,我遇到了同样的问题.当我搜索这个问题时,我发现了以下错误跟踪器.
原文链接:https://www.f2er.com/php/135553.htmlhttp://sourceforge.net/tracker/?func=detail&aid=3570272&group_id=37132&atid=418980
其中一条评论建议从github下载开发人员分支,以便从https://github.com/phppgadmin/phppgadmin/zipball/master开始解决这个问题.我这样做并将其复制到/ Library / Server / Web / Data / Sites / Default并重命名该文件夹.我将$conf [‘servers’] [0] [‘host’]修改为/conf/config.inc.PHP中的127.0.0.1.我想我必须复制config.inc.PHP-dist.我成功地创建了数据库.截至12月12日,他们尚未发布9.2的稳定版本.希望他们很快就会到来.