Log Message:
---
Small stylistic improvement in recent FORCE QUOTE * code - use a bool instead
of a magic value.
Modified Files:
--
pgsql/src/backend/commands:
copy.c (r1.313 -> r1.314)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/c
Log Message:
---
Code review for FORCE QUOTE * patch: fix error checking to consider FORCE
QUOTE * as a variety of FORCE QUOTE, and update psql documentation to include
the option. (The actual psql code doesn't seem to need any changes.)
Modified Files:
--
pgsql/doc/src/sg
[email protected] (Andrew Dunstan) writes:
> Log Message:
> ---
> Small stylistic improvement in recent FORCE QUOTE * code - use a bool instead
> of a magic value.
This actually broke things a bit. I agree that the original coding with
a phony list header was horridly ugly, but it
Tom Lane wrote:
[email protected] (Andrew Dunstan) writes:
Log Message:
---
Small stylistic improvement in recent FORCE QUOTE * code - use a bool instead
of a magic value.
This actually broke things a bit. I agree that the original coding with
a phony list header was