Re: How to get RAISE messges displayed?
Luca Ferrari <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.general |
|---|---|
| Message-ID | <CAKoxK+4O7izdivYboDZo2b+nim+2qmX0RXrCGCyJR=OAXYX_YA@mail.gmail.com> |
On Sat, Aug 31, 2019 at 12:35 AM stan <[email protected]> wrote: > Got it working. > > Not 100% sure what I had wrong. You can also do, in your session: set client_min_messages to notice; without having to change it in the configuration (for all sessions). Luca