1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Erreur SQL :
ERREUR: la colonne « spclocation » n'existe pas
LINE 1: ...pg_catalog.pg_get_userbyid(spcowner) AS spcowner, spclocatio...
^
Dans l'instruction :
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
Fatal error: Call to a member function recordCount() on a non-object in D:\Backup\xampp\phpPgAdmin\all_db.php on line 233 |
Partager