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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
