pgsql: Pass modern COPY syntax to backend, since copy (query) does not

From: adunstan(at)postgresql(dot)org (Andrew Dunstan)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Pass modern COPY syntax to backend, since copy (query) does not
Date: 2007-02-05 15:23:24
Message-ID: 20070205152324.60D7E9FB2EE@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Pass modern COPY syntax to backend, since copy (query) does not accept old syntax. Per complaint from Michael Fuhr.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
pgsql/src/bin/psql:
copy.c (r1.71 -> r1.71.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/copy.c.diff?r1=1.71&r2=1.71.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-02-05 16:49:13 pgsql: Modify: < o Add \# to list command history like \s, but with
Previous Message Andrew Dunstan 2007-02-05 15:22:18 pgsql: Pass modern COPY syntax to backend, since copy (query) does not