-
Notifications
You must be signed in to change notification settings - Fork 557
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
Raised notices are printed backwards #1443
Comments
I don't see the exact error message you do from psql. Here's what I see and I am working to make the output similar to this. Do you have any idea why your output would look different from mine? postgres=# BEGIN;
|
* Fix - Raised notices are printed backwards #1443 * updated changelog * removed a print * fixed up syntax error * removing unneeded Nones from output * rem var due to github recommendation * adjusting if statements.
@jelder The PR has been merged. Does this solve your issue? |
I still need to do a release, but for right now pgcli can be installed from main:
|
Description
Messages logged by functions are printed in reverse order, with
None
between lines.pgcli result:
psql result:
Your environment
PostgreSQL 15.3
macOS Sonoma 14.1.1
pgcli 4.0.1
pip freeze
command.Installed via Homebrew
The text was updated successfully, but these errors were encountered: