pgbulkload - pgbulkload: Add new restriction: the password must be

From: masao_fujii(at)pgfoundry(dot)org (User Masao_fujii)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgbulkload - pgbulkload: Add new restriction: the password must be
Date: 2011-03-25 06:02:52
Message-ID: 20110325060252.9E4D110710F7@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2011-03-25 11:53:15 Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication.
Previous Message Michael Meskes 2011-03-25 02:02:16 pgsql: Documented some ecpg command line options that were missing: