pgsql: Update spelling of COPY options

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update spelling of COPY options
Date: 2015-11-05 02:52:19
Message-ID: E1ZuAex-0006Tw-VT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update spelling of COPY options

The preferred spelling was changed from FORCE QUOTE to FORCE_QUOTE and
the like, but some code was still referring to the old spellings.

Branch
------
master

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

Modified Files
--------------
src/backend/commands/copy.c | 14 +++++++-------
src/test/regress/expected/copy2.out | 4 ++--
2 files changed, 9 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-11-05 15:46:26 pgsql: Improve implementation of GEQO's init_tour() function.
Previous Message Tom Lane 2015-11-04 17:03:36 pgsql: Add regression tests for remote execution of extension operators