aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2008-09-01 21:42:18 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2008-09-01 21:42:18 +0000
commit76c39cf3be2d815cd8351f8226c7f0391d8ff29a (patch)
tree737979e5ea8b0577e8d1bcc3b6e7f3ac54bd5c3b /src
parentbb3f839bfcb396c3066a31559d3a72ef0b4b5fae (diff)
downloadpostgresql-76c39cf3be2d815cd8351f8226c7f0391d8ff29a.tar.gz
postgresql-76c39cf3be2d815cd8351f8226c7f0391d8ff29a.zip
Sigh, I missed checking the ecpg tests ...
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/ecpg/test/expected/preproc-whenever.stderr10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/test/expected/preproc-whenever.stderr b/src/interfaces/ecpg/test/expected/preproc-whenever.stderr
index 207e5fa766a..7fb1aa40cfb 100644
--- a/src/interfaces/ecpg/test/expected/preproc-whenever.stderr
+++ b/src/interfaces/ecpg/test/expected/preproc-whenever.stderr
@@ -32,6 +32,8 @@ Warning: At least one column was truncated
[NO_PID]: ecpg_execute on line 39: using PQexec
[NO_PID]: sqlca: code: 0, state: 00000
[NO_PID]: ecpg_check_PQresult on line 39: ERROR: relation "nonexistant" does not exist
+LINE 1: select * from nonexistant
+ ^
[NO_PID]: sqlca: code: 0, state: 00000
[NO_PID]: raising sqlstate 42P01 (sqlcode -400) on line 39: relation "nonexistant" does not exist on line 39
[NO_PID]: sqlca: code: -400, state: 42P01
@@ -43,6 +45,8 @@ sql error: relation "nonexistant" does not exist on line 39
[NO_PID]: ecpg_execute on line 43: using PQexec
[NO_PID]: sqlca: code: 0, state: 00000
[NO_PID]: ecpg_check_PQresult on line 43: ERROR: relation "nonexistant" does not exist
+LINE 1: select * from nonexistant
+ ^
[NO_PID]: sqlca: code: 0, state: 00000
[NO_PID]: raising sqlstate 42P01 (sqlcode -400) on line 43: relation "nonexistant" does not exist on line 43
[NO_PID]: sqlca: code: -400, state: 42P01
@@ -55,6 +59,8 @@ sql error: relation "nonexistant" does not exist on line 43
[NO_PID]: ecpg_execute on line 47: using PQexec
[NO_PID]: sqlca: code: 0, state: 00000
[NO_PID]: ecpg_check_PQresult on line 47: ERROR: relation "nonexistant" does not exist
+LINE 1: select * from nonexistant
+ ^
[NO_PID]: sqlca: code: 0, state: 00000
[NO_PID]: raising sqlstate 42P01 (sqlcode -400) on line 47: relation "nonexistant" does not exist on line 47
[NO_PID]: sqlca: code: -400, state: 42P01
@@ -67,6 +73,8 @@ sql error: relation "nonexistant" does not exist on line 47
[NO_PID]: ecpg_execute on line 51: using PQexec
[NO_PID]: sqlca: code: 0, state: 00000
[NO_PID]: ecpg_check_PQresult on line 51: ERROR: relation "nonexistant" does not exist
+LINE 1: select * from nonexistant
+ ^
[NO_PID]: sqlca: code: 0, state: 00000
[NO_PID]: raising sqlstate 42P01 (sqlcode -400) on line 51: relation "nonexistant" does not exist on line 51
[NO_PID]: sqlca: code: -400, state: 42P01
@@ -77,6 +85,8 @@ sql error: relation "nonexistant" does not exist on line 47
[NO_PID]: ecpg_execute on line 55: using PQexec
[NO_PID]: sqlca: code: 0, state: 00000
[NO_PID]: ecpg_check_PQresult on line 55: ERROR: relation "nonexistant" does not exist
+LINE 1: select * from nonexistant
+ ^
[NO_PID]: sqlca: code: 0, state: 00000
[NO_PID]: raising sqlstate 42P01 (sqlcode -400) on line 55: relation "nonexistant" does not exist on line 55
[NO_PID]: sqlca: code: -400, state: 42P01