1[NO_PID]: ECPGdebug: set to 1
2[NO_PID]: sqlca: code: 0, state: 00000
3[NO_PID]: ECPGconnect: opening database ecpg1_regression on <DEFAULT> port <DEFAULT>
4[NO_PID]: sqlca: code: 0, state: 00000
5[NO_PID]: ECPGsetcommit on line 20: action "on"; connection "ecpg1_regression"
6[NO_PID]: sqlca: code: 0, state: 00000
7[NO_PID]: ecpg_execute on line 24: query: create table cta_test ( id int ); with 0 parameter(s) on connection ecpg1_regression
8[NO_PID]: sqlca: code: 0, state: 00000
9[NO_PID]: ecpg_execute on line 24: using PQexec
10[NO_PID]: sqlca: code: 0, state: 00000
11[NO_PID]: ecpg_process_output on line 24: OK: CREATE TABLE
12[NO_PID]: sqlca: code: 0, state: 00000
13[NO_PID]: ecpg_execute on line 25: query: insert into cta_test values ( 100 ); with 0 parameter(s) on connection ecpg1_regression
14[NO_PID]: sqlca: code: 0, state: 00000
15[NO_PID]: ecpg_execute on line 25: using PQexec
16[NO_PID]: sqlca: code: 0, state: 00000
17[NO_PID]: ecpg_process_output on line 25: OK: INSERT 0 1
18[NO_PID]: sqlca: code: 0, state: 00000
19[NO_PID]: ecpg_execute on line 27: query: create table if not exists cta_test1 as select * from cta_test; with 0 parameter(s) on connection ecpg1_regression
20[NO_PID]: sqlca: code: 0, state: 00000
21[NO_PID]: ecpg_execute on line 27: using PQexec
22[NO_PID]: sqlca: code: 0, state: 00000
23[NO_PID]: ecpg_process_output on line 27: OK: SELECT 1
24[NO_PID]: sqlca: code: 0, state: 00000
25[NO_PID]: ecpg_execute on line 28: query: select id from cta_test1; with 0 parameter(s) on connection ecpg1_regression
26[NO_PID]: sqlca: code: 0, state: 00000
27[NO_PID]: ecpg_execute on line 28: using PQexec
28[NO_PID]: sqlca: code: 0, state: 00000
29[NO_PID]: ecpg_process_output on line 28: correctly got 1 tuples with 1 fields
30[NO_PID]: sqlca: code: 0, state: 00000
31[NO_PID]: ecpg_get_data on line 28: RESULT: 100 offset: -1; array: no
32[NO_PID]: sqlca: code: 0, state: 00000
33[NO_PID]: ecpg_execute on line 31: query: create table cta_test2 as select * from cta_test with no data; with 0 parameter(s) on connection ecpg1_regression
34[NO_PID]: sqlca: code: 0, state: 00000
35[NO_PID]: ecpg_execute on line 31: using PQexec
36[NO_PID]: sqlca: code: 0, state: 00000
37[NO_PID]: ecpg_process_output on line 31: OK: CREATE TABLE AS
38[NO_PID]: sqlca: code: 0, state: 00000
39[NO_PID]: ecpg_execute on line 32: query: select count ( id ) from cta_test2; with 0 parameter(s) on connection ecpg1_regression
40[NO_PID]: sqlca: code: 0, state: 00000
41[NO_PID]: ecpg_execute on line 32: using PQexec
42[NO_PID]: sqlca: code: 0, state: 00000
43[NO_PID]: ecpg_process_output on line 32: correctly got 1 tuples with 1 fields
44[NO_PID]: sqlca: code: 0, state: 00000
45[NO_PID]: ecpg_get_data on line 32: RESULT: 0 offset: -1; array: no
46[NO_PID]: sqlca: code: 0, state: 00000
47[NO_PID]: ecpg_execute on line 35: query: drop table cta_test; with 0 parameter(s) on connection ecpg1_regression
48[NO_PID]: sqlca: code: 0, state: 00000
49[NO_PID]: ecpg_execute on line 35: using PQexec
50[NO_PID]: sqlca: code: 0, state: 00000
51[NO_PID]: ecpg_process_output on line 35: OK: DROP TABLE
52[NO_PID]: sqlca: code: 0, state: 00000
53[NO_PID]: ecpg_execute on line 36: query: drop table cta_test1; with 0 parameter(s) on connection ecpg1_regression
54[NO_PID]: sqlca: code: 0, state: 00000
55[NO_PID]: ecpg_execute on line 36: using PQexec
56[NO_PID]: sqlca: code: 0, state: 00000
57[NO_PID]: ecpg_process_output on line 36: OK: DROP TABLE
58[NO_PID]: sqlca: code: 0, state: 00000
59[NO_PID]: ecpg_execute on line 37: query: drop table cta_test2; with 0 parameter(s) on connection ecpg1_regression
60[NO_PID]: sqlca: code: 0, state: 00000
61[NO_PID]: ecpg_execute on line 37: using PQexec
62[NO_PID]: sqlca: code: 0, state: 00000
63[NO_PID]: ecpg_process_output on line 37: OK: DROP TABLE
64[NO_PID]: sqlca: code: 0, state: 00000
65[NO_PID]: ecpg_finish: connection ecpg1_regression closed
66[NO_PID]: sqlca: code: 0, state: 00000
67