"Campbell, Lance" <[email protected]> writes:
> How do you tell pg_dump to use SSL when loading data from one server
> into another server? 

It will likely do so by default, but if you want to be sure you can do
        export PGSSLMODE=require
before starting pg_dump.  See
http://www.postgresql.org/docs/8.4/static/libpq-envars.html

                        regards, tom lane

-- 
Sent via pgsql-admin mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

Reply via email to