Derek Neighbors wrote: -- Start of PGP signed section. > After a recent failure and restore I noticed two things that might be > bugs in pg_dumpall: > > 1. It saves the users passwords as plain text in the dump. (gack)
Use: password_encryption = true and during the load the passwords will be MD5 encrypted. However, this disables pre-7.2 clients using crypt. This will be the default in 7.3. -- Bruce Momjian | http://candle.pha.pa.us [EMAIL PROTECTED] | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073 ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]