pgsql: copy: update docs for FORCE_NULL and FORCE_NOT_NULL combination - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: copy: update docs for FORCE_NULL and FORCE_NOT_NULL combination
Date
Msg-id E1Wcgxn-0002q3-KS@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
copy:  update docs for FORCE_NULL and FORCE_NOT_NULL combination

Also update regression tests

Patch by Michael Paquier

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7ec73783d88a743799b0c262f1235f772497fb1d

Modified Files
--------------
contrib/file_fdw/file_fdw.c             |   10 ----------
contrib/file_fdw/input/file_fdw.source  |   10 ++++------
contrib/file_fdw/output/file_fdw.source |   11 +++--------
doc/src/sgml/ref/copy.sgml              |    7 +++++++
src/test/regress/expected/copy2.out     |   10 +++++-----
src/test/regress/sql/copy2.sql          |   10 +++++-----
6 files changed, 24 insertions(+), 34 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix bug in the new B-tree incomplete-split code.
Next
From: Bruce Momjian
Date:
Subject: pgsql: regression test: fix hot standby tests by using repeatable read