ERROR: unknown function: pg_tablespace_location()
See original GitHub issue-
Windows 10 / 1903
-
DBeaver 6.1.4/6.1.5
-
cockroach:v19.1.3
-
PostgreSQL JDBC Driver
-
Direct connection
After starting the application and opening any table the next error is showed:
java.lang.reflect.InvocationTargetException
SQL Error [42883]: ERROR: unknown function: pg_tablespace_location()
SQL Error [42883]: ERROR: unknown function: pg_tablespace_location()
ERROR: unknown function: pg_tablespace_location()
ERROR: unknown function: pg_tablespace_location()
Version 6.0.5 don’t have this problem.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
ERROR: unknown function: nameconcatoid() in ... - GitHub
Caused by: org.jooq.exception.DataAccessException: SQL [select r1.routine_schema, r1.routine_name, r1.specific_name, r1.routine_type, ...
Read more >Error: unknown function () - Statalist
Error : unknown function () I am trying to compute tariff equivalent effects following the approach suggested in An Advanced Guide to Trade...
Read more >What is Warzone's "unknown function" Fatal Error? How to fix
Warzone players have been hit by the "unknown function" Fatal Error, preventing them from playing the game at all after the June 3...
Read more >Getting error 'unknown function' - Microsoft Community Hub
Let's say function name BIA_func and alias is BIA. when I call BIA_func() or BIA(), it says unknown function. But When I clicked...
Read more >changelog · openGauss/openGauss-tools-ora2og - Gitee.com
Fix call of method close() on an undefined value. Thanks to Eric ... Fix unknown column HIGH_VALUE from *_TAB_PARTITIONS in Oracle 8i. Thanks...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is still an issue
DBeaver Version 7.1.0.202005311732 Cockroach 19.2.4
I encountered the same issue with DBeaver version 22.1.1.202206261508 OS: Ubuntu 22.04 LTS CockroachDB: v22.1.1 inside Docker Driver: org.postgresql.Driver
EDIT: it is just necessary to select cockroachdb as database type when creating a new connection