1
我有Ubuntu 16.04並下載了PgAdmin3 1.22.1版本。這個版本與我的一個postgresql數據庫不兼容。我得到了錯誤:發生 錯誤:PgAdmin3 1.20版本爲Ubuntu 16.04
11:32:25: Error: ERROR: function pg_get_function_result(oid) does not exist
LINE 1: SELECT pr.oid, pr.xmin, pr.*, pg_get_function_result(pr.oid)...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
所以我需要降級我PgAdmin.I不能有任何信息有可能於Ubuntu 16.04,以及如何。幫我
哇。該數據庫必須是PostgreSQL 8.3或更高版本... –
是的,服務器PostgreSQL數據庫版本 - 8.3 – fueggit
你做過嗎? – Michu93