Re: [BUGS] No dependency between fkey constraint and unique index

2002-09-21 Thread Tom Lane
Rod Taylor <[EMAIL PROTECTED]> writes: > I do agree that a dependency entry from the foreign key constraint to > the unique or primary key constraint would be useful. That information > isn't immediately available, as the initial check is performed early on > in the parser. The constraint creati

[BUGS] plpython plpy.log/warning minor aesthetic bug

2002-09-21 Thread elein
Postgres7.3b1, Linux Suse 7.3 plpy.log() and plpy.warning() leave parentheses and a trailing comma on messages in psql and in the log. I did not test the other plpy interfaces to elog. This is what they look like: WARNING: ('This is a warning!',) LOG: ('This is a log messa