pgbulkload - pgbulkload: If ENCODING not specified and "INFILE = stdin",

From: mhasegawa(at)pgfoundry(dot)org (User Mhasegawa)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgbulkload - pgbulkload: If ENCODING not specified and "INFILE = stdin",
Date: 2010-01-22 10:39:23
Message-ID: 20100122103923.5E2071074E08@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
If ENCODING not specified and "INFILE = stdin", we convert client encoding to
server encoding.

Modified Files:
--------------
pgbulkload/bin/expected:
load_remote.out (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/bin/expected/load_remote.out?r1=1.5&r2=1.6)
pgbulkload/lib:
parser_binary.c (r1.9 -> r1.10)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/lib/parser_binary.c?r1=1.9&r2=1.10)
parser_csv.c (r1.9 -> r1.10)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/lib/parser_csv.c?r1=1.9&r2=1.10)
reader.c (r1.12 -> r1.13)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/lib/reader.c?r1=1.12&r2=1.13)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2010-01-22 14:13:03 pgsql: Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to fix
Previous Message User Mhasegawa 2010-01-22 09:30:38 pgbulkload - pgbulkload: - Support input data filter function (FILTER =