Re: alter user/role CURRENT_USER - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: alter user/role CURRENT_USER
Date
Msg-id 20150303030404.GJ3291@alvh.no-ip.org
Whole thread Raw
In response to Re: alter user/role CURRENT_USER  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: alter user/role CURRENT_USER
List pgsql-hackers
Actually this is better -- I added token location tracking, and changed
RoleId to use RoleSpec which means it can throw errors with locations
when "public" or "none" are specified.  I think the checks for
public/none in CreateRole and AlterRole are dead code now.

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: Kouhei Kaigai
Date:
Subject: Re: Join push-down support for foreign tables
Next
From: Arthur Silva
Date:
Subject: Re: Abbreviated keys for text cost model fix