pgsql: psql: fix \copy stdin trailing space requirement

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: psql: fix \copy stdin trailing space requirement
Date: 2013-09-10 23:36:16
Message-ID: E1VJXTk-0000UE-Ke@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: fix \copy stdin trailing space requirement

Previously a trailing space was required for \copy ... stdin:

copy foo from stdin ;

Etsuro Fujita

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d8a5608d4ac9d4b74772980666cc6626bd18c3ff

Modified Files
--------------
src/bin/psql/copy.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2013-09-11 00:18:59 pgsql: Add comment for VARSIZE_ANY_EXHDR macro
Previous Message Bruce Momjian 2013-09-10 23:07:12 pgsql: psql: honor 'footer' option for expanded output