public inbox for [email protected]  
help / color / mirror / Atom feed
Re: Messages o Terminal
3+ messages / 2 participants
[nested] [flat]

* Re: Messages o Terminal
@ 2025-03-05 01:13  Adrian Klaver <[email protected]>
  0 siblings, 2 replies; 3+ messages in thread

From: Adrian Klaver @ 2025-03-05 01:13 UTC (permalink / raw)
  To: Igor Korot <[email protected]>; pgsql-generallists.postgresql.org <[email protected]>

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]







^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* Re: Messages o Terminal
@ 2025-03-05 07:00  Igor Korot <[email protected]>
  parent: Adrian Klaver <[email protected]>
  1 sibling, 0 replies; 3+ messages in thread

From: Igor Korot @ 2025-03-05 07:00 UTC (permalink / raw)
  To: Adrian Klaver <[email protected]>; +Cc: pgsql-generallists.postgresql.org <[email protected]>

Adran,

On Tue, Mar 4, 2025 at 7:13 PM Adrian Klaver <[email protected]> wrote:
>
> 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>;

Isn't NOTICE the default one?

Thank you,

>
> You could that for just the session.
>
>
> >
> > Thank you.
> >
> >
>
> --
> Adrian Klaver
> [email protected]
>






^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* Re: Messages o Terminal
@ 2025-03-05 07:10  Igor Korot <[email protected]>
  parent: Adrian Klaver <[email protected]>
  1 sibling, 0 replies; 3+ messages in thread

From: Igor Korot @ 2025-03-05 07:10 UTC (permalink / raw)
  To: Adrian Klaver <[email protected]>; +Cc: pgsql-generallists.postgresql.org <[email protected]>

Please ignore my previous message....

Works like a charm.

Thank you.

On Tue, Mar 4, 2025 at 7:13 PM Adrian Klaver <[email protected]> wrote:
>
> 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]
>






^ permalink  raw  reply  [nested|flat] 3+ messages in thread


end of thread, other threads:[~2025-03-05 07:10 UTC | newest]

Thread overview: 3+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2025-03-05 01:13 Re: Messages o Terminal Adrian Klaver <[email protected]>
2025-03-05 07:00 ` Igor Korot <[email protected]>
2025-03-05 07:10 ` Igor Korot <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox