Re: FK type mismatches?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
Cc: Neil Conway <neilc(at)samurai(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: FK type mismatches?
Date: 2003-09-05 22:09:01
Message-ID: Pine.LNX.4.44.0309060007320.1173-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Robert Treat writes:

> In all this discussion of NOTICE vs. WARNING, can someone remind me the
> logic for INFO? I can't seem to recall the differentiator there either.

Info is something you request explicitly. In the past, the result for
EXPLAIN and SHOW were sent as INFO, but now those are sent as query
results, and there are in fact very few INFO instances left. Also, INFO
is not affect by the log level settings.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Sean Chittenden 2003-09-05 22:14:51 Re: Examining the output of: ldd `which postgres`
Previous Message Bruce Momjian 2003-09-05 21:59:52 Re: FK type mismatches?