Thanks to visit codestin.com
Credit goes to postgrespro.com

pgsql: Reduce the permissions check needed to use pgrowlocks() to having - Mailing list pgsql-committers

From [email protected] (Tom Lane)
Subject pgsql: Reduce the permissions check needed to use pgrowlocks() to having
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Reduce the permissions check needed to use pgrowlocks() to having
SELECT on the target table.  Per discussion.

Modified Files:
--------------
    pgsql/contrib/pgrowlocks:
        pgrowlocks.c (r1.6 -> r1.7)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgrowlocks/pgrowlocks.c?r1=1.6&r2=1.7)

pgsql-committers by date:

Previous
From: [email protected] (User Mkz)
Date:
Subject: pgbouncer - pgbouncer: Change some defaults: max_client_conn = 100
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Restrict pgstattuple functions to superusers.