|
From: | Michael Bonert |
Subject: | [Gnumed-devel] Changes in "pg_hba.conf" between postgresql versions 7.3.2 & 7.2.2 |
Date: | Tue, 17 Jun 2003 20:52:01 -0400 (EDT) |
I recently installed gnumed on Mandrake 9.0 again (which has an older version of postgresql than Mandrake 9.1). In doing this I noticed that the critical part of "pg_hba.conf" differs between version 7.3.2 and 7.2.2. If you're upgrading from 7.2.2 to 7.3.2... I imagine this could cause problems. Here they are side-by-side: ----- Postgresql 7.3.2 (Mandrake 9.1) local all all trust host all all 127.0.0.1 255.255.255.255 trust ----- Postgresql 7.2.2 (Mandrake 9.0) local all trust host all 127.0.0.1 255.255.255.255 trust
[Prev in Thread] | Current Thread | [Next in Thread] |