⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sql-dynalloc2.stderr

📁 postgresql8.3.4源码,开源数据库
💻 STDERR
字号:
[NO_PID]: ECPGdebug: set to 1[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ECPGconnect: opening database regress1 on <DEFAULT> port <DEFAULT> [NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 22: QUERY: set datestyle to postgres with 0 parameter on connection regress1 [NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 22: using PQexec[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 22 Ok: SET[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 24: QUERY: create  table test ( a int   , b text    )     with 0 parameter on connection regress1 [NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 24: using PQexec[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 24 Ok: CREATE TABLE[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 25: QUERY: insert into test values ( 1 , 'one' )  with 0 parameter on connection regress1 [NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 25: using PQexec[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 25 Ok: INSERT 0 1[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 26: QUERY: insert into test values ( 2 , 'two' )  with 0 parameter on connection regress1 [NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 26: using PQexec[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 26 Ok: INSERT 0 1[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 27: QUERY: insert into test values ( null , 'three' )  with 0 parameter on connection regress1 [NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 27: using PQexec[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 27 Ok: INSERT 0 1[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 28: QUERY: insert into test values ( 4 , 'four' )  with 0 parameter on connection regress1 [NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 28: using PQexec[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 28 Ok: INSERT 0 1[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 29: QUERY: insert into test values ( 5 , null )  with 0 parameter on connection regress1 [NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 29: using PQexec[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 29 Ok: INSERT 0 1[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 30: QUERY: insert into test values ( null , null )  with 0 parameter on connection regress1 [NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 30: using PQexec[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 30 Ok: INSERT 0 1[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 33: QUERY: select  *  from test    with 0 parameter on connection regress1 [NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 33: using PQexec[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute line 33: Correctly got 6 tuples with 2 fields[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_execute putting result (6 tuples) into descriptor 'mydesc'[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ECPGget_desc_header: found 2 attributes.[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ECPGget_desc: reading items for tuple 1[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_store_result: line 35: allocating memory for 6 tuples[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_get_data line 35: RESULT: 1 offset: -1 array: Yes[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_get_data line 35: RESULT: 2 offset: -1 array: Yes[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_get_data line 35: RESULT:  offset: -1 array: Yes[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_get_data line 35: RESULT: 4 offset: -1 array: Yes[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_get_data line 35: RESULT: 5 offset: -1 array: Yes[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_get_data line 35: RESULT:  offset: -1 array: Yes[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ECPGget_desc: reading items for tuple 2[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_store_result: line 36: allocating memory for 6 tuples[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_get_data line 36: RESULT: one offset: -1 array: Yes[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_get_data line 36: RESULT: two offset: -1 array: Yes[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_get_data line 36: RESULT: three offset: -1 array: Yes[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_get_data line 36: RESULT: four offset: -1 array: Yes[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_get_data line 36: RESULT:  offset: -1 array: Yes[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_get_data line 36: RESULT:  offset: -1 array: Yes[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ECPGtrans line 52 action = rollback connection = regress1[NO_PID]: sqlca: code: 0, state: 00000[NO_PID]: ecpg_finish: Connection regress1 closed.[NO_PID]: sqlca: code: 0, state: 00000

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -