Changing User Passwords - Mailing list pgsql-interfaces

From Dave Page
Subject Changing User Passwords
Date
Msg-id 8568FC767B4AD311AC33006097BCD3D6014220@woody.vale-housing.co.uk
Whole thread Raw
Responses Re: [INTERFACES] Changing User Passwords  (The Hermit Hacker <scrappy@hub.org>)
List pgsql-interfaces
Hi,

Using pg_shadow based passwords I'm having trouble figuring out how a user
can change their own password via ODBC. The only way I can see of doing this
is with ALTER USER, but of course this fails (as shown in the snippet from
psql)

valesoft=> alter user jbeirne with password xxxx;

ERROR:  alterUser: user "jbeirne" does not have SELECT and UPDATE privilege
for "pg_shadow"

Any ideas would be appreciated...

Regards,

Dave.


pgsql-interfaces by date:

Previous
From: Dave Page
Date:
Subject: RE: [INTERFACES] pgAdmin v6.5.1 Release
Next
From: Jose Antonio Cotelo lema
Date:
Subject: Problems when opening large objects in the server side.