postgresql/src/backend/commands
Bruce Momjian cb99679aad > If it bothers you that much. I'd make a flag, cleared at the start of
> each COPY, and then where we test for CR or LF in CopyAttributeOutCSV,
> if the flag is not set then set it and issue the warning.

Andrew Dunstan
2004-12-03 17:13:28 +00:00
..
aggregatecmds.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
alter.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
analyze.c There is no need for ReadBuffer() call sites to check that the returned 2004-11-14 02:04:14 +00:00
async.c Renumber SnapshotNow and the other special snapshot codes so that 2004-09-11 18:28:34 +00:00
cluster.c Redesign query-snapshot timing so that volatile functions in READ COMMITTED 2004-09-13 20:10:13 +00:00
comment.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
conversioncmds.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
copy.c > If it bothers you that much. I'd make a flag, cleared at the start of 2004-12-03 17:13:28 +00:00
dbcommands.c Force pg_database updates out to disk immediately after ALTER DATABASE; 2004-11-18 01:14:26 +00:00
define.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
explain.c Remove unnecessary use of index_open just to get the index name. 2004-09-30 17:42:42 +00:00
functioncmds.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
indexcmds.c Create 'default_tablespace' GUC variable that supplies a TABLESPACE 2004-11-05 19:17:13 +00:00
lockcmds.c Update copyright to 2004. 2004-08-29 04:13:13 +00:00
Makefile Tablespaces. Alternate database locations are dead, long live tablespaces. 2004-06-18 06:14:31 +00:00
opclasscmds.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
operatorcmds.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
portalcmds.c Avoid scribbling on original parsetree during DECLARE CURSOR. This 2004-11-28 22:16:31 +00:00
prepare.c Modify hash_create() to elog(ERROR) if an error occurs, rather than 2004-10-25 00:46:43 +00:00
proclang.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
schemacmds.c Create 'default_tablespace' GUC variable that supplies a TABLESPACE 2004-11-05 19:17:13 +00:00
sequence.c There is no need for ReadBuffer() call sites to check that the returned 2004-11-14 02:04:14 +00:00
tablecmds.c Prevent a backend crash when processing CREATE TABLE commands with 2004-11-16 23:34:26 +00:00
tablespace.c Create 'default_tablespace' GUC variable that supplies a TABLESPACE 2004-11-05 19:17:13 +00:00
trigger.c There is no need for ReadBuffer() call sites to check that the returned 2004-11-14 02:04:14 +00:00
typecmds.c Adjust comments previously moved to column 1 by pgident. 2004-10-07 15:21:58 +00:00
user.c Code cleanup: don't bother casting the argument to pfree() to void * 2004-09-27 04:01:23 +00:00
vacuum.c Disallow the combination VACUUM FULL FREEZE for safety's sake, for the 2004-12-02 19:28:49 +00:00
vacuumlazy.c Change planner to use the current true disk file size as its estimate of 2004-12-01 19:00:56 +00:00
variable.c GUC assign hooks that look at external state in deciding whether a 2004-09-24 19:43:03 +00:00
view.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00