pgsql: Remove the check for COPY TO STDIN and COPY FROM STDOUT from ecp

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove the check for COPY TO STDIN and COPY FROM STDOUT from ecp
Date: 2013-02-26 17:33:44
Message-ID: E1UAOPQ-00042N-IY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove the check for COPY TO STDIN and COPY FROM STDOUT from ecpg.

The backend grammar treats STDIN and STDOUT completely interchangeable, so
that the above accepted. Arguably that was a mistake the backend grammar,
but it's not ecpg's business to second guess that.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0a4fe8a318ed37556dd019def073ccd956645e27

Modified Files
--------------
src/interfaces/ecpg/preproc/ecpg.addons | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-02-26 20:27:40 pgsql: Install headers from the new src/include/common subdirectory.
Previous Message Heikki Linnakangas 2013-02-26 16:29:10 Re: pgsql: Fix pg_dumpall with database names containing =