pgsql: copy: update docs for FORCE_NULL and FORCE_NOT_NULL combination

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: copy: update docs for FORCE_NULL and FORCE_NOT_NULL combination
Date: 2014-04-22 20:06:43
Message-ID: E1Wcgxn-0002q3-KS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2014-04-22 21:24:04 pgsql: regression test: fix hot standby tests by using repeatable read
Previous Message Heikki Linnakangas 2014-04-22 19:44:26 pgsql: Fix bug in the new B-tree incomplete-split code.