Re: [HACKERS] pg_sequences bug ? - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [HACKERS] pg_sequences bug ?
Date
Msg-id acdcd070-fd16-3740-8adb-62524bf43a75@2ndquadrant.com
Whole thread Raw
In response to Re: [HACKERS] pg_sequences bug ?  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
On 2/4/17 7:30 AM, Michael Paquier wrote:
> We could perhaps just use has_sequence_privilege() and return NULL if
> the caller of pg_sequences does not have select and usage access to a
> given sequence? Please see the patch attached.

Committed with documentation updates.  Thanks.

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



pgsql-hackers by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: \if, \elseif, \else, \endif (was Re: [HACKERS] PSQL commands:\quit_if, \quit_unless)
Next
From: Nikolay Shaplov
Date:
Subject: [HACKERS] [PATCH] Move all am-related reloption code into src/backend/access/[am-name] and get rid of relopt_kind for custom AM