pgbulkload - pgbulkload: Add new restriction: the password must be - Mailing list pgsql-committers

From masao_fujii@pgfoundry.org (User Masao_fujii)
Subject pgbulkload - pgbulkload: Add new restriction: the password must be
Date
Msg-id 20110325060252.9E4D110710F7@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add new restriction: the password must be specified in .pgpass file when
WRITER=PARALLEL and password is required to connect from localhost to
the database to load.

The cause of this problem is that the password that you entered in
the prompt is not passed to the child processes for parallel loading.

Modified Files:
--------------
    pgbulkload/doc:
        pg_bulkload-ja.html (r1.10 -> r1.11)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/doc/pg_bulkload-ja.html?r1=1.10&r2=1.11)
        pg_bulkload.html (r1.6 -> r1.7)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/doc/pg_bulkload.html?r1=1.6&r2=1.7)

pgsql-committers by date:

Previous
From: Michael Meskes
Date:
Subject: pgsql: Documented some ecpg command line options that were missing:
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Fix broken markup, and remove tabs