Re: Messages o Terminal - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Messages o Terminal
Date
Msg-id b3afd989-1373-482d-8cb4-7f4520cc606e@aklaver.com
Whole thread Raw
In response to Messages o Terminal  (Igor Korot <ikorot01@gmail.com>)
Responses Re: Messages o Terminal
Re: Messages o Terminal
List pgsql-general
On 3/4/25 22:28, Igor Korot wrote:
> Hi, ALL,
> I'm trying to execute:
> 
> [code]
>      queries.push_back( L"CREATE TABLE IF NOT EXISTS ......
> [/code]
> 
> However, when I run my profeam second tme I see n the Terminal:
> 
> [quote]
> NOTICE:  relation "abcatcol" already exists, skipping
> [/quote]
> 
> Is there any way to suppress this NOTICE message?

 From here:

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

SET set client_min_messages = <something above NOTICE>;

You could that for just the session.


> 
> Thank you.
> 
> 

-- 
Adrian Klaver
adrian.klaver@aklaver.com




pgsql-general by date:

Previous
From: Garfield Lewis
Date:
Subject: Re: [EXT] Re: Get CTID from within an OUTPUT/SEND function
Next
From: "David G. Johnston"
Date:
Subject: Re: Messages o Terminal