Re: [ADMIN] pg_restore and the use of encryption

2003-02-06 Thread Chris White
, 2003 9:39 AM To: Bruce Momjian Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [ADMIN] pg_restore and the use of encryption Bruce Momjian <[EMAIL PROTECTED]> writes: > This seems very strange. Are you sure those binaries are all from the > same release. I don't think th

Re: [ADMIN] pg_restore and the use of encryption

2003-02-02 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > This seems very strange. Are you sure those binaries are all from the > same release. I don't think they could be. Our build procedure computes just one LIBS list and uses it for all executables, so in ordinary circumstances all the executables will ha

Re: [ADMIN] pg_restore and the use of encryption

2003-02-02 Thread Bruce Momjian
This seems very strange. Are you sure those binaries are all from the same release. Is your pg_hba.conf a cause? I know of now special connection requirements for pg_restore. --- Chris White wrote: > I am trying to run pg_

[ADMIN] pg_restore and the use of encryption

2003-02-01 Thread Chris White
I am trying to run pg_restore and it tells me it needs libssl, libcrypto, libkrb5 etc. Why does pg_restore need these libraries when neither pg_dump or postmaster require these libraries to run. Why is pg_restore requesting encryption libraries and what are they used for?   Thanks Chris Whi