]> granicus.if.org Git - postgresql/commit
Require SELECT privilege on a table to do dblink_get_pkey(). This is
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 27 Aug 2007 01:24:50 +0000 (01:24 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 27 Aug 2007 01:24:50 +0000 (01:24 +0000)
commita41e46b26167d819047c8e06b7f0bace6afce198
tree77712bab810f54d9a496f2a3a6c6a252452bf350
parentcc26599b7206b20d12dc7f88df1dd69c09db67a6
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 ...
contrib/dblink/dblink.c