postgresql/doc/src
Tom Lane a056f14be0 Cause plpgsql's PERFORM to behave according to its documentation,
which says that PERFORM will execute any SELECT query and discard the
result.  The former implementation would in fact raise an error if the
result contained more than one row or more than one column.

Also, change plpgsql's error-logging mechanism to emit the additional
messages about error location at NOTICE rather than DEBUG level.  This
allows them to be seen by the client without having to dig into the
postmaster log file (which may be nonexistent or inaccessible by the
client).
2001-05-28 19:33:24 +00:00
..
FAQ Update FAQ. 2001-05-22 21:50:34 +00:00
graphics These aren't used anymore. 2000-10-08 13:25:11 +00:00
sgml Cause plpgsql's PERFORM to behave according to its documentation, 2001-05-28 19:33:24 +00:00
Makefile > Kinda looks like Ian broke the compile-in-source-dir case while 2001-03-27 16:34:14 +00:00