question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bug: PostgreSQL call functions v.5.0.5

See original GitHub issue

I updated to dbeaver v. 5.0.5 Now I can’t perform request such as: select uuid_generate_v1(); I always get the error: SQL Error [42883]: ERROR: function uuid_generate_v1() does not exist Hint: No function matches the given name and argument types. You might need to add explicit type casts. Position: 8 SQL Error [42883]: ERROR: function uuid_generate_v1() does not exist Hint: No function matches the given name and argument types. You might need to add explicit type casts. Position: 8 SQL Error [42883]: ERROR: function uuid_generate_v1() does not exist Hint: No function matches the given name and argument types. You might need to add explicit type casts. Position: 8 SQL Error [42883]: ERROR: function uuid_generate_v1() does not exist Hint: No function matches the given name and argument types. You might need to add explicit type casts. Position: 8 ERROR: function uuid_generate_v1() does not exist Hint: No function matches the given name and argument types. You might need to add explicit type casts. Position: 8 ERROR: function uuid_generate_v1() does not exist Hint: No function matches the given name and argument types. You might need to add explicit type casts. Position: 8

If I perform the same request for the DB via PgAdmin - it works properly. P.S. [necessary extensions were enabled, and it worked for previous version of DBeaver]

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
serge-ridercommented, May 20, 2018

However. Recently we’ve changed the way how search_path is updated if you change active schema in DBeaver. Now $user is replaced with actual current session user name. Maybe it is reason why your extension is not accessible.

I’ll keep $user as is. Please test it in EA version (https://dbeaver.io/files/ea/)

0reactions
serge-ridercommented, May 21, 2018

👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

Postgresql Postgresql : List of security vulnerabilities
# CVE ID CWE ID Vulnerability Type(s) Publish Date Update Date Score Gaine... 1 CVE‑2022‑24844 89 Sql 2022‑04‑13 2022‑09‑30 6.5 None 2 CVE‑2022‑2625 1321 2022‑08‑18...
Read more >
https://www.postgresql.org/message-id/attachment/8...
ERROR : aggregate newavg_wrong(integer) does not exist ! ... variadic aggregate ! create function least_accum(anyelement, variadic anyarray) ! returns ...
Read more >
PostgreSQL: ERROR operator does not exist - Stack Overflow
Show activity on this post. I need to check the condition within function using string_agg() function and need to assign it to variable....
Read more >
5.0.0 - PGO, the Postgres Operator from Crunchy Data
The minimum OpenShift version is 4.5. This release drops support for OpenShift 3.11. We recommend running the latest bug fix releases of Kubernetes....
Read more >
Fatal error: Call to undefined function | Drupal.org
Am a PHP / Apache / Postgres novice and was facing the same problem as above (using PHP-5.0.5 / Apache-2.0.55 / WinXP). Finally...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found