pgsql: Remove the check for COPY TO STDIN and COPY FROM STDOUT from ecp - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Remove the check for COPY TO STDIN and COPY FROM STDOUT from ecp
Date
Msg-id E1UAOPQ-00042N-IY@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: pgsql: Fix pg_dumpall with database names containing =
Next
From: Tom Lane
Date:
Subject: pgsql: Install headers from the new src/include/common subdirectory.