mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
[GH-ISSUE #11] Ошибки в PostgreSQL < 9.6 #11
Labels
No labels
bug
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/pgadmin3#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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... ^@levinsv commented on GitHub (Jan 28, 2021):
Добрый день!
Совместимость со старыми версиями не гарантируется. Работа приложения проверяется на 10-ой версии и выше.
Используйте оригинальную версию pgadmin3