Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit54e5caa

Browse files
committed
Add COPY CSV test that tests CSV output of \.
1 parent9c72df4 commit54e5caa

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

‎src/test/regress/expected/copy2.out

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,11 @@ COPY testnl FROM stdin CSV;
197197
-- test end of copy marker
198198
CREATE TEMP TABLE testeoc (a text);
199199
COPY testeoc FROM stdin CSV;
200+
COPY testeoc TO stdout CSV;
201+
a\.
202+
\.b
203+
c\.d
204+
"\."
200205
DROP TABLE x, y;
201206
DROP FUNCTION fn_x_before();
202207
DROP FUNCTION fn_x_after();

‎src/test/regress/sql/copy2.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ c\.d
149149
"\."
150150
\.
151151

152+
COPY testeoc TO stdout CSV;
152153

153154
DROPTABLE x, y;
154155
DROPFUNCTION fn_x_before();

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp