Re: FK type mismatches? - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: FK type mismatches?
Date
Msg-id Pine.LNX.4.44.0309060007320.1173-100000@peter.localdomain
Whole thread Raw
In response to Re: FK type mismatches?  (Robert Treat <xzilla@users.sourceforge.net>)
Responses Re: FK type mismatches?  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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@gmx.net



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: FK type mismatches?
Next
From: Sean Chittenden
Date:
Subject: Re: Examining the output of: ldd `which postgres`