pg_passwd alternative in Postgres 8.1.5

From: Arindam <arindam(dot)mukerjee(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: pg_passwd alternative in Postgres 8.1.5
Date: 2007-01-18 18:48:58
Message-ID: d85a51ff0701181048s76a58859nbadaa0986305d37c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I work on an application which distributes postgres with itself and
automates its installation. As part of the installation script, we
carry out something similar to this:

/opt/postgres/pgsql/server/bin/pg_passwd
/opt/postgresql/pgsql/pgsql/data/passwd < /tmp/.pg_passwd_input

Obviously, this worked in 7.2.1, but now that we are upgrading it - it
does not work anymore because pg_passwd is no longer available.

What alternatives exist in 8.1.5 to carry out the same thing.

-- Arindam

Browse pgsql-general by date

  From Date Subject
Next Message Adam Rich 2007-01-18 18:52:13 Re: Finding bogus dates
Previous Message Jeremy Haile 2007-01-18 18:45:04 Re: GUID/UUID Support