sql-dyntest.stdout

来自「postgresql8.3.4源码,开源数据库」· STDOUT 代码 · 共 44 行

STDOUT
44
字号
Found 7 columns 1	name (type: 1 length: 14 precision: 0 scale: 14 = char(14))	octet_length: -1 returned_octet_length: 14)	= "first entry   " 2	d (type: 8 length: -5 precision: -1 scale: 65531 = double precision)	octet_length: 8 returned_octet_length: 4)	= 14.700000 3	i (type: 4 length: -5 precision: -1 scale: 65531 = integer)	octet_length: 4 returned_octet_length: 2)	= 14 4	bignumber (type: -20 length: -5 precision: -1 scale: 65531 = <OID 20>)	octet_length: 8 returned_octet_length: 12)	= <"123045607890"> 5	b (type: 16 length: -5 precision: -1 scale: 65531 = bool)	octet_length: 1 returned_octet_length: 1)	= true 6	comment (type: 1 length: -5 precision: -1 scale: 65531 = text)	octet_length: -1 returned_octet_length: 47)	= "The world's most advanced open source database." 7	day (type: 9 length: -5 precision: -1 scale: 65531 = date)	octet_length: 4 returned_octet_length: 10)	= 1 "14.07.1987" 1	name (type: 1 length: 14 precision: 0 scale: 14 = char(14))	octet_length: -1 returned_octet_length: 14)	= "second entry  " 2	d (type: 8 length: -5 precision: -1 scale: 65531 = double precision)	octet_length: 8 returned_octet_length: 7)	= 1407.870000 3	i (type: 4 length: -5 precision: -1 scale: 65531 = integer)	octet_length: 4 returned_octet_length: 4)	= 1407 4	bignumber (type: -20 length: -5 precision: -1 scale: 65531 = <OID 20>)	octet_length: 8 returned_octet_length: 12)	= <"987065403210"> 5	b (type: 16 length: -5 precision: -1 scale: 65531 = bool)	octet_length: 1 returned_octet_length: 1)	= false 6	comment (type: 1 length: -5 precision: -1 scale: 65531 = text)	octet_length: -1 returned_octet_length: 27)	= "The elephant never forgets." 7	day (type: 9 length: -5 precision: -1 scale: 65531 = date)	octet_length: 4 returned_octet_length: 10)	= 1 "05.11.1999"

⌨️ 快捷键说明

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