Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROM

Andrew Dunstan <andrew@dunslane.net>

Commit: f6d4c9cf162b70f2837fb6c2a83e80a3f3410695
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2023-09-30T16:34:41Z
Releases: 17.0
Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROM

These options already exist, but you need to specify a column list for
them, which can be cumbersome. We already have the possibility of all
columns for FORCE QUOTE, so this is simply extending that facility to
FORCE_NULL and FORCE_NOT_NULL.

Author: Zhang Mingli
Reviewed-By: Richard Guo, Kyatoro Horiguchi, Michael Paquier.

Discussion: https://postgr.es/m/CACJufxEnVqzOFtqhexF2+AwOKFrV8zHOY3y=p+gPK6eB14pn_w@mail.gmail.com

Files

Documentation touched

Discussion