Re: pg_dump from one server to another using SSL - Mailing list pgsql-admin

From Tom Lane
Subject Re: pg_dump from one server to another using SSL
Date
Msg-id 11249.1268925770@sss.pgh.pa.us
Whole thread Raw
In response to pg_dump from one server to another using SSL  ("Campbell, Lance" <lance@illinois.edu>)
List pgsql-admin
"Campbell, Lance" <lance@illinois.edu> 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

pgsql-admin by date:

Previous
From: "Campbell, Lance"
Date:
Subject: pg_dump from one server to another using SSL
Next
From: Iñigo Martinez Lasala
Date:
Subject: Missing tsearch2 functions