针对在行
This commit is contained in:
@ -65,8 +65,8 @@ copy xccopydef (id1, id2) from stdin (delimiter '|');
|
||||
\.
|
||||
|
||||
copy xccopydef (id1, id2) from stdin (format 'csv');
|
||||
3 , \\\\x135
|
||||
, abcd
|
||||
4 , \\\\x135
|
||||
5 , abcd
|
||||
\.
|
||||
|
||||
|
||||
|
||||
@ -56,10 +56,10 @@ select * from xccopydef order by idseq, id1, id2;
|
||||
idseq | id1 | def1 | def2 | def3 | def4 | def5 | def6 | id2 | def7
|
||||
-------+------+------------------+------+-----------------------------+---------------------------+------+--------+-----------+--------
|
||||
| 3 | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | \\x135 | 27.433
|
||||
| 3 | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | \\\\x135 | 27.433
|
||||
| 4 | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | \\\\x135 | 27.433
|
||||
| 5 | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | abcd | 27.433
|
||||
| 4567 | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | | 27.433
|
||||
| | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | abcd | 27.433
|
||||
| | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | abcd | 27.433
|
||||
| | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | | 27.433
|
||||
(6 rows)
|
||||
|
||||
@ -70,10 +70,10 @@ select * from xccopydef order by idseq, id1, id2;
|
||||
idseq | id1 | def1 | def2 | def3 | def4 | def5 | def6 | id2 | def7
|
||||
-------+------+------------------+------+-----------------------------+---------------------------+------+--------+-----------+--------
|
||||
| 3 | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | \\x135 | 27.433
|
||||
| 3 | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | \\\\x135 | 27.433
|
||||
| 4 | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | \\\\x135 | 27.433
|
||||
| 5 | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | abcd | 27.433
|
||||
| 4567 | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | | 27.433
|
||||
| | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | abcd | 27.433
|
||||
| | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | abcd | 27.433
|
||||
| | \x13005c27217c27 | \x00 | \.\000"\'!|'\N Node type: D | \.\000"\'!|' Node type: D | \N | \x0a33 | | 27.433
|
||||
(6 rows)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user