diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2001-05-28 19:33:24 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2001-05-28 19:33:24 +0000 |
commit | a056f14be0a22834b5fa7b90c0c5ea1ec42f2a29 (patch) | |
tree | 02b4bf346284376f2973714070aa6cae9b52291a /src/interfaces/python/setup.py | |
parent | 505d9037cd097041e482ab69e8074c17270c9bb5 (diff) | |
download | postgresql-a056f14be0a22834b5fa7b90c0c5ea1ec42f2a29.tar.gz postgresql-a056f14be0a22834b5fa7b90c0c5ea1ec42f2a29.zip |
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).
Diffstat (limited to 'src/interfaces/python/setup.py')
0 files changed, 0 insertions, 0 deletions