Messages o Terminal

From: Igor Korot <ikorot01(at)gmail(dot)com>
To: "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Messages o Terminal
Date: 2025-03-05 01:07:23
Message-ID: CA+FnnTzVOnEsm3V9Djg+kUY8TDsXkYwLzEuDQS3eQ5tatfiu_g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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?

Thank you.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Garfield Lewis 2025-03-05 01:12:13 Re: [EXT] Re: Get CTID from within an OUTPUT/SEND function
Previous Message Tom Lane 2025-03-05 00:33:04 Re: Get CTID from within an OUTPUT/SEND function