On 10/18/06, Najib Abi Fadel <nabifadel@xxxxxxxxx> wrote:
Hi, i need to move my postgres users with their passwords from one postgres version (7.3) to a newer one (8.1) . Is there an automatic way to do that without having to recreate the users with their passwords ??
did you try pg_dumpall? merlin