Re: Review: Patch FORCE_NULL option for copy COPY in CSV mode - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Review: Patch FORCE_NULL option for copy COPY in CSV mode
Date
Msg-id CAB7nPqRquusDi291GdjTjQq2Zv8aP8JGFP6NWM_84O7eU5bznA@mail.gmail.com
Whole thread Raw
In response to Re: Review: Patch FORCE_NULL option for copy COPY in CSV mode  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: Review: Patch FORCE_NULL option for copy COPY in CSV mode  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
After testing this feature, I noticed that FORCE_NULL and
FORCE_NOT_NULL can both be specified with COPY on the same column.
This does not seem correct. The attached patch adds some more error
handling, and a regression test case for that.
Regards,
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Hot standby doesn't come up on some situation.
Next
From: Andrew Dunstan
Date:
Subject: Re: Review: Patch FORCE_NULL option for copy COPY in CSV mode