public inbox for [email protected]
help / color / mirror / Atom feedFrom: Adrian Klaver <[email protected]>
To: Igor Korot <[email protected]>
To: pgsql-generallists.postgresql.org <[email protected]>
Subject: Re: Messages o Terminal
Date: Tue, 4 Mar 2025 17:13:10 -0800
Message-ID: <[email protected]> (raw)
In-Reply-To: <CA+FnnTzVOnEsm3V9Djg+kUY8TDsXkYwLzEuDQS3eQ5tatfiu_g@mail.gmail.com>
References: <CA+FnnTzVOnEsm3V9Djg+kUY8TDsXkYwLzEuDQS3eQ5tatfiu_g@mail.gmail.com>
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
[email protected]
view thread (3+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: Messages o Terminal
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox