Chatter in C++ interface

From: Paul M Foster <paulf(at)quillandmouse(dot)com>
To: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Chatter in C++ interface
Date: 2002-05-13 03:28:43
Message-ID: 20020512232843.A9878@quillandmouse.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

With the C++ interface, when creating databases which have foreign keys
and such, the backend dumps out a lot of notices to stderr, to the
effect that the creation of the table with create implicit triggers and
so forth. I don't really need to know this, but other than dumping
stderr to /dev/null, as in:

myprog parameter 2>/dev/null

I don't know how to turn this off. Anyone know of a way?

Paul

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-05-13 04:03:26 Re: Chatter in C++ interface
Previous Message Uros Gruber 2002-05-12 20:22:45 Can This be done