pgsql: Require SELECT privilege on a table to do dblink_get_pkey().

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Require SELECT privilege on a table to do dblink_get_pkey().
Date: 2007-08-27 01:24:50
Message-ID: 20070827012450.D738C7541FB@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Require SELECT privilege on a table to do dblink_get_pkey(). This is
not all that exciting when the system catalogs are readable by all,
but some people try to lock them down, and would not like this sort of
end run ...

Modified Files:
--------------
pgsql/contrib/dblink:
dblink.c (r1.64 -> r1.65)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c?r1=1.64&r2=1.65)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-08-27 01:39:26 pgsql: Remove the 'not in' operator (!!=).
Previous Message Tom Lane 2007-08-27 01:19:14 pgsql: Restrict pg_relation_size to relation owner, pg_database_size to