postgresql/src/bin
Bruce Momjian def329d165 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
2008-03-11 23:30:56 +00:00
..
initdb Don't call AddUserToDacl on Cygwin 2008-02-29 23:31:20 +00:00
ipcclean Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
pg_config Added --htmldir option to pg_config, equivalent to the new configure option. 2008-02-18 14:51:48 +00:00
pg_controldata Replace time_t with pg_time_t (same values, but always int64) in on-disk 2008-02-17 02:09:32 +00:00
pg_ctl Don't call AddUserToDacl on Cygwin 2008-02-29 23:31:20 +00:00
pg_dump Translation updates 2008-01-31 18:04:52 +00:00
pg_resetxlog Replace time_t with pg_time_t (same values, but always int64) in on-disk 2008-02-17 02:09:32 +00:00
pgevent Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
psql Prevent psql \copy from accepting multiple string parameters, e.g. 2008-03-11 23:30:56 +00:00
scripts Translation updates 2008-01-31 18:04:52 +00:00
Makefile Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00