Skip to content
Snippets Groups Projects
Commit def329d1 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Prevent psql \copy from accepting multiple string parameters, e.g.

	test=> \copy billing_data from ../BillingSamplePricerFile.csv with csv
	   header quote as '"' null as 'abc' null as '123'
	\copy: parse error at "null"

Per report from Stephen Frost
parent 288579ca
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment