On Tue, Mar 4, 2025 at 6:07 PM Igor Korot <ikoro...@gmail.com> wrote:
> [quote] > NOTICE: relation "abcatcol" already exists, skipping > [/quote] > > Is there any way to suppress this NOTICE message? > > Specifically, no. Any notice message, yes. https://www.postgresql.org/docs/current/runtime-config-client.html#RUNTIME-CONFIG-CLIENT-STATEMENT See: client_min_messages David J.