Restrict non-superusers to password authenticated connections
authorJoe Conway <mail@joeconway.com>
Mon, 9 Jul 2007 01:32:30 +0000 (01:32 +0000)
committerJoe Conway <mail@joeconway.com>
Mon, 9 Jul 2007 01:32:30 +0000 (01:32 +0000)
commiteb5a033eabad541574b466a01cc2028d20004bd7
treef6f6efda0933de6a01de6380bb7d8a1bb1654b7f
parentab84d9b56e0e1e870a85f13bffaf4aa9b3ed5dfd
Restrict non-superusers to password authenticated connections
to prevent possible escalation of privilege. Provide new SECURITY
DEFINER functions with old behavior, but initially REVOKE ALL
from public for these functions. Per list discussion and design
proposed by Tom Lane.
contrib/dblink/dblink.c
contrib/dblink/dblink.sql.in
contrib/dblink/doc/connection