Search Postgresql Archives

Re: Messages o Terminal

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxx






[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux