We currently have multiple databases running different versions of postgresql ranging from version 7.1 to 7.3. When we create users in 7.3 databases, it encrypts their passwords with md5, which is not supported in 7.1. Is there some way to force postgresql 7.3 to use the old crypt encryption for passwords when creating users?
-- Kenny Drobnack ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html