[GH-ISSUE #11] Ошибки в PostgreSQL < 9.6 #11

Closed
opened 2026-05-05 03:29:36 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @allknower on GitHub (Jan 26, 2021).
Original GitHub issue: https://github.com/levinsv/pgadmin3/issues/11

Добрый день.
На PostgreSQL 9.3 (PostgreSQL 9.3.19, compiled by Visual C++ build 1600, 64-bit) при подключении к серверу или разворачиванию БД падает ошибка:
12:34:03 PM: Error: ERROR: function to_regproc(unknown) does not exist LINE 1: select to_regproc('pgpro_edition')::text ^ HINT: No function matches the given name and argument types. You might need to add explicit type casts.

На PostgreSQL 9.5 (PostgreSQL 9.5.12, compiled by Visual C++ build 1800, 64-bit)
При разворачивании схемы или списка функций падает ошибка:
12:35:26 PM: Error: ERROR: column pr.proparallel does not exist LINE 4: , CASE WHEN pr.proparallel = 'r' THEN 'RESTRICTED' WHE... ^

Originally created by @allknower on GitHub (Jan 26, 2021). Original GitHub issue: https://github.com/levinsv/pgadmin3/issues/11 Добрый день. На PostgreSQL 9.3 (PostgreSQL 9.3.19, compiled by Visual C++ build 1600, 64-bit) при подключении к серверу или разворачиванию БД падает ошибка: ` 12:34:03 PM: Error: ERROR: function to_regproc(unknown) does not exist LINE 1: select to_regproc('pgpro_edition')::text ^ HINT: No function matches the given name and argument types. You might need to add explicit type casts. ` На PostgreSQL 9.5 (PostgreSQL 9.5.12, compiled by Visual C++ build 1800, 64-bit) При разворачивании схемы или списка функций падает ошибка: ` 12:35:26 PM: Error: ERROR: column pr.proparallel does not exist LINE 4: , CASE WHEN pr.proparallel = 'r' THEN 'RESTRICTED' WHE... ^ `
Author
Owner

@levinsv commented on GitHub (Jan 28, 2021):

Добрый день!
Совместимость со старыми версиями не гарантируется. Работа приложения проверяется на 10-ой версии и выше.
Используйте оригинальную версию pgadmin3

<!-- gh-comment-id:768982573 --> @levinsv commented on GitHub (Jan 28, 2021): Добрый день! Совместимость со старыми версиями не гарантируется. Работа приложения проверяется на 10-ой версии и выше. Используйте оригинальную версию pgadmin3
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/pgadmin3#11
No description provided.