Notices do not get displayed during runtime
See original GitHub issueI have tested this only with a PostgreSQL connection using dbeaver 3.7.X, 3.8.X and 4.0.0.
The issue is that functions which raise notices (raise notice 'test';
) during their runtime (e.g. to provide information about the progress) are not being displayed while the function runs.
Once the function has finished the calculation, all notices are being displayed at once in the output tab.
In this case the behaviour of pgAdmin is desired: a notice is displayed the same moment it is raised by a function.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:23 (10 by maintainers)
Top Results From Across the Web
Notification runtime permission - Android Developers
In this dialog, users have the following actions available to them: Select allow; Select don't allow; Swipe away from the dialog, without pressing...
Read more >javascript runtime error trying to display notification
I found the following code that displays toast-style alerts in mobile web applications and I want to use it to show these messages...
Read more >Notification runtime permission - IBM
Provide an App ID and then select Show Notifications in Permission. Select Always Allow in Default runtime permission grant.
Read more >Notification runtime permission-Android13 | by Nav Singh
- If the app is eligible for a temporary notification permission grant, the system preserves the temporary grant otherwise, the app can't send...
Read more >Rhino.Runtime.Notifications Namespace
When added, it will be displayed in the Notifications panel in Rhino. ... notifications are supported; document specific notifications are not possible.
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
@antimirov Second. Currently DBeaver does’t read server-side messages in async mode. In this ticket we’ve added messages pump only for script mode (when you execute multiple queries). I think we need another ticket for async messages reading - it is not too complicated to implement. But this ticket become too messy.
You are right.
We going to improve existing output window (make it detachable/configurable). For now as a workaround I’ll add extra config option in 4.2.5: