We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53d1d50 commit e1ef703Copy full SHA for e1ef703
1 file changed
src/test/regress/expected/directory_table.out
@@ -788,7 +788,7 @@ ERROR: duplicate key value violates unique constraint "dir_table1_pkey"
788
DETAIL: Key (relative_path)=(nation1) already exists.
789
COPY BINARY dir_table1 FROM :'nation_file' 'nation2' 'nation2'; -- fail
790
ERROR: syntax error at or near "'nation2'"
791
-LINE 1: ...rrydb/src/test/regress/data/nation.csv' 'nation2' 'nation2';
+LINE 1: ...berry/src/test/regress/data/nation.csv' 'nation2' 'nation2';
792
^
793
COPY BINARY dir_table1 FROM :'nation_file' 'nation2';
794
NOTICE: dir_table1 INSERT AFTER ROW (seg2 127.0.1.1:7004 pid=900444)
0 commit comments