Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat req: db console / client log tab (postgresql) #788

Open
blurayne opened this issue May 18, 2024 · 0 comments
Open

feat req: db console / client log tab (postgresql) #788

blurayne opened this issue May 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@blurayne
Copy link

blurayne commented May 18, 2024

Very cool and useful project! BUT i really miss a DB Console Window since our DB has a lot of function with many useful debug messages.

The "Messages" tab in DBGate simple doesn't output the following which every PostgrSQL CLI client does (psql or usql):

SET client_min_messages TO NOTICE;

create procedure raise_notice (s text) language plpgsql as 
$$
begin 
    raise notice '%', s;
end;
$$;

call raise_notice('where can you see me?');

Example:

image

This should not be part of the messages window but better could fit into a DB Log / DB Console window since we have different log levels.

Check https://www.postgresql.org/docs/current/runtime-config-client.html

@janproch janproch added the enhancement New feature or request label May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants