1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21:08 +03:00

More uppercasing.

This commit is contained in:
Bruce Momjian
2001-10-12 23:34:30 +00:00
parent 705869dd17
commit 0818073894
2 changed files with 3 additions and 3 deletions

View File

@@ -2833,7 +2833,7 @@ execq
vac=> INSERT INTO a VALUES (execq('INSERT INTO a VALUES (0)',0));
INSERT 167631 1
vac=> select execq('SELECT * FROM a',0);
vac=> SELECT execq('SELECT * FROM a',0);
NOTICE:EXECQ: 0 <<< inserted by execq
NOTICE:EXECQ: 1 <<< value returned by execq and inserted by upper INSERT