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

No way to see RAISE notices in Postgres #417

Closed
Fmstrat opened this issue Oct 21, 2019 · 2 comments
Closed

No way to see RAISE notices in Postgres #417

Fmstrat opened this issue Oct 21, 2019 · 2 comments
Assignees
Labels
feature request New issue opened using "Feature request" template
Milestone

Comments

@Fmstrat
Copy link
Contributor

Fmstrat commented Oct 21, 2019

Is your feature request related to a problem? Please describe.
In Postgres, you can raise notices, such as:

raise notice '%',now();

Currently there is no way to view this output like there is using the Microsoft Postgres plugin.

Describe the solution you'd like
A way to view notices.

@Fmstrat Fmstrat added the feature request New issue opened using "Feature request" template label Oct 21, 2019
@Fmstrat Fmstrat changed the title No Way to see RAISE notices in Postgres No way to see RAISE notices in Postgres Oct 21, 2019
@mtxr
Copy link
Owner

mtxr commented Nov 3, 2019

You wanted to see it like this?

image

We also show the message...

image

@mtxr mtxr closed this as completed Nov 3, 2019
@mtxr
Copy link
Owner

mtxr commented Nov 4, 2019

Nvm, I see what you are looking for.

Feature Requirements:

  1. list all notices and raises when running queries.

More info: https://node-postgres.com/api/client

@mtxr mtxr reopened this Nov 4, 2019
@mtxr mtxr self-assigned this Nov 4, 2019
@mtxr mtxr added this to the v0.21 milestone Nov 4, 2019
@mtxr mtxr closed this as completed in 5daf5de Nov 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New issue opened using "Feature request" template
Projects
None yet
Development

No branches or pull requests

2 participants