Messages from PostgreSQL

From: Renaud Thonnart <thonnart(at)amwdb(dot)u-strasbg(dot)fr>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Messages from PostgreSQL
Date: 2001-04-27 06:54:42
Message-ID: 3AE917B2.D4CC1B82@amwdb.u-strasbg.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Good morning
I am developping a C++ application using libpq++
In that application, I create some tables in a dynamic way at the
execution.
So PostgreSQL give me at every time this message :

NOTICE: CREATE TABLE/PRIMARY KEY will create implicit index '_XXX_pkey'

for table '_XXX'

It is not very bad but a little boring because I perform many times
that operation.
How to avoid printing this message? Is there some option to do it?

Thank you all,
Renaud THONNART

Browse pgsql-general by date

  From Date Subject
Next Message Jrg Schulz 2001-04-27 07:31:21 Unisersal B-Tree
Previous Message Eugene Lee 2001-04-27 06:26:06 COPY syntax in ColdFusion