Re: change alter user to be a true alias for alter role

From: Vik Fearing <vik(dot)fearing(at)dalibo(dot)com>
To: Jov <amutu(at)amutu(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: change alter user to be a true alias for alter role
Date: 2014-06-19 16:22:49
Message-ID: 53A30E59.9080302@dalibo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Joe Conway 2014-06-19 16:27:21 Re: [bug fix] Memory leak in dblink
Previous Message Tom Lane 2014-06-19 16:18:22 Re: [bug fix] Memory leak in dblink