Re: postgres user

From: "rob" <rob(at)cabrion(dot)com>
To: "Mike Hammonds" <mhammonds(at)knowledgeinenergy(dot)com>, <pgsql-novice(at)postgresql(dot)org>
Subject: Re: postgres user
Date: 2000-12-13 05:00:47
Message-ID: 005401c064c1$a8551d70$4100fd0a@cabrion.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Start psql as postgres (i.e. psql -Upostgres -dtemplate1)

alter user postgres with password 'secret';

You can then edit pg_hba.conf to indicate that passwords are required for
local login, etc.

--rob

----- Original Message -----
From: "Mike Hammonds" <mhammonds(at)knowledgeinenergy(dot)com>
To: <pgsql-novice(at)postgresql(dot)org>
Sent: Tuesday, December 12, 2000 2:53 PM
Subject: postgres user

** Reply Requested When Convenient **

How do I get the postgres users password into pg_shadow?

Mike Hammonds, CNE5, MCP-NT
Fellon-McCord & Associates, Inc.
Office: 502.214-6324
Fax: 502.426.8800
mhammonds(at)knowledgeinenergy(dot)com

Show Me the Code

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Aarmel 2000-12-13 07:26:08 Most efficient setup
Previous Message Andrew McMillan 2000-12-13 03:22:38 Re: subselect question