pgsql: Reduce the permissions check needed to use pgrowlocks() to having

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Reduce the permissions check needed to use pgrowlocks() to having
Date: 2007-08-28 22:59:30
Message-ID: 20070828225930.768A7754201@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-08-28 23:11:13 pgsql: Restrict pgstattuple functions to superusers.
Previous Message User Mkz 2007-08-28 20:54:17 pgbouncer - pgbouncer: Change some defaults: max_client_conn = 100