Re: change alter user to be a true alias for alter role - Mailing list pgsql-hackers

From Vik Fearing
Subject Re: change alter user to be a true alias for alter role
Date
Msg-id 53A30E59.9080302@dalibo.com
Whole thread Raw
In response to change alter user to be a true alias for alter role  (Jov <amutu@amutu.com>)
List pgsql-hackers
On 01/20/2014 03:31 PM, Jov wrote:
> the doc say:
> 
>     ALTER USER is now an alias for ALTER ROLE
>     <http://www.postgresql.org/docs/devel/static/sql-alterrole.html>.
> 
>  
> but alter user lack the following format:
> 
> [...]
> 
> this make alter user a true alias for alter role.

This is a straightforward patch that does exactly what it says on the
tin.  I have marked it ready for committer.
-- 
Vik



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [bug fix] Memory leak in dblink
Next
From: Joe Conway
Date:
Subject: Re: [bug fix] Memory leak in dblink