Re: psql 15beta1 does not print notices on the console until transaction completes

2022-05-29 Thread Rob Sargent
On 5/29/22 18:00, Adrian Klaver wrote: On 5/29/22 15:03, Tom Lane wrote: Adrian Klaver writes: On 5/29/22 13:59, Alastair McKinley wrote: I think Tom was able to reproduce this by the sounds of his response? I have not received that post yet. I do see it in the archives. I re-addressed i

Re: psql 15beta1 does not print notices on the console until transaction completes

2022-05-29 Thread Adrian Klaver
On 5/29/22 15:03, Tom Lane wrote: Adrian Klaver writes: On 5/29/22 13:59, Alastair McKinley wrote: I think Tom was able to reproduce this by the sounds of his response? I have not received that post yet. I do see it in the archives. I re-addressed it to pgsql-bugs, maybe you are not subsc

Re: psql 15beta1 does not print notices on the console until transaction completes

2022-05-29 Thread Tom Lane
Adrian Klaver writes: > On 5/29/22 13:59, Alastair McKinley wrote: >> I think Tom was able to reproduce this by the sounds of his response? > I have not received that post yet. I do see it in the archives. I re-addressed it to pgsql-bugs, maybe you are not subscribed to that?

Re: psql 15beta1 does not print notices on the console until transaction completes

2022-05-29 Thread Adrian Klaver
On 5/29/22 13:59, Alastair McKinley wrote: > > From: Adrian Klaver > Sent: 29 May 2022 21:47To: Alastair McKinley Hi Adrian, I am running the function "select test_notice();" from the psql console with psql/server versions 15beta1. In psql 15beta1, the notice appears only after the fu

Re: psql 15beta1 does not print notices on the console until transaction completes

2022-05-29 Thread Alastair McKinley
> > From: Adrian Klaver > Sent: 29 May 2022 21:47To: Alastair McKinley > ; pgsql-general@lists.postgresql.org > Subject: Re: psql 15beta1 does not print > notices on the console until transaction completes > > On 5/29/22 13:11, Alastair McKinley wrote: > > Hi all

Re: psql 15beta1 does not print notices on the console until transaction completes

2022-05-29 Thread Adrian Klaver
On 5/29/22 13:47, Adrian Klaver wrote: On 5/29/22 13:11, Alastair McKinley wrote: Hi all, In psql 15beta1, the "hello" message only appears on the console when the transaction completes. I am not seeing that. I take that back, I was using psql 14.3 to connect to the 15 instance. When I c

Re: psql 15beta1 does not print notices on the console until transaction completes

2022-05-29 Thread Adrian Klaver
On 5/29/22 13:11, Alastair McKinley wrote: Hi all, I notice this change in behaviour with psql in 15beta1 when testing an existing codebase. I didn't see any mention of this change in the release notes and it surprised me. Using this test function:     create or replace function test_notic

psql 15beta1 does not print notices on the console until transaction completes

2022-05-29 Thread Alastair McKinley
Hi all, I notice this change in behaviour with psql in 15beta1 when testing an existing codebase. I didn't see any mention of this change in the release notes and it surprised me. Using this test function:     create or replace function test_notice() returns void as     $$     begin