SQL Editor does not go to position on PostgreSQL errors
See original GitHub issuePostgresSQL 10 DBeaver 5.0.0
Executing queries creating function I get:
SQL Error [42601]: ERROR: syntax error at or near "743"
the error position is not highlighted, Doesn’t seem to have a Goto position
WORKAROUND: copy query into another editor and use “Go to Position…” with the error message position number.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
how to let dbeaver to highlight sql error ... - DBA Stack Exchange
I'm not sure the accepted answer is correct. Normally I'd go into Window | Preferences | Editors | SQL Editor | Code Editor...
Read more >how to let dbeaver to highlight sql error for ... - Stack Overflow
1 Answer 1 ... DBeaver puts the cursor to the place of error in your query in SQL Editor. For different types of...
Read more >15: 55.8. Error and Notice Message Fields - PostgreSQL
This section describes the fields that can appear in ErrorResponse and NoticeResponse messages. Each field type has a single-byte identification token.
Read more >Postgre SQL errors – common codes and messages - Paessler
The PostgreSQL error message “could not connect to server: no such file or directory” is known to be caused by problem with the...
Read more >Position of error - Support : DbVis Software - DbVisualizer
The original author name has been removed] Hi, When I get an SQL error, ... SQL statement and not the position within the...
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
Then can you please add a manual “Go to position” option? (with a keyboard shortcut)
Also interested in a Goto Position offset for the SQL statement. Currently using NotePad++ go to offset feature Another bonus would be to highlight the position in the editor with an icon change/etc.