pgsql: Ignore UTF-8-encoded Unicode byte-order mark at the beginning of - Mailing list pgsql-committers

From petere@postgresql.org (Peter Eisentraut)
Subject pgsql: Ignore UTF-8-encoded Unicode byte-order mark at the beginning of
Date
Msg-id 20091121235912.91E57753FB7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Ignore UTF-8-encoded Unicode byte-order mark at the beginning of a file if
the client encoding is UTF-8.

a limited version of a patch proposed by Itagaki Takahiro

Modified Files:
--------------
    pgsql/src/bin/psql:
        mainloop.c (r1.96 -> r1.97)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/mainloop.c?r1=1.96&r2=1.97)

pgsql-committers by date:

Previous
From: okbob@pgfoundry.org (User Okbob)
Date:
Subject: orafce - orafce: regress test for listagg
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Improve psql's tabular display of wrapped-around data by