Re: Messages o Terminal - Mailing list pgsql-general

From Igor Korot
Subject Re: Messages o Terminal
Date
Msg-id CA+FnnTzFS=iScAGhVUXvZnrY+p6D9p7=Q1ZqNOXZ7fw81gQ5rA@mail.gmail.com
Whole thread Raw
In response to Re: Messages o Terminal  (Adrian Klaver <adrian.klaver@aklaver.com>)
List pgsql-general
Please ignore my previous message....

Works like a charm.

Thank you.

On Tue, Mar 4, 2025 at 7:13 PM Adrian Klaver <adrian.klaver@aklaver.com> 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
> adrian.klaver@aklaver.com
>



pgsql-general by date:

Previous
From: Igor Korot
Date:
Subject: Re: Messages o Terminal
Next
From: Laurenz Albe
Date:
Subject: Re: Quesion about querying distributed databases