Restrict non-superusers to password authenticated connections
authorJoe Conway <mail@joeconway.com>
Sun, 8 Jul 2007 17:12:38 +0000 (17:12 +0000)
committerJoe Conway <mail@joeconway.com>
Sun, 8 Jul 2007 17:12:38 +0000 (17:12 +0000)
commitd92583f88ec75eb73855a794230aa94c4366f103
tree94796ed76b85830907b0d2f5f4cd76d27b8c33ab
parent51bc3dfe4bda37a452b0d8b70b66929fa94c4f1f
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. A different approach will be used for
back-branches, committed separately.
contrib/dblink/dblink.c
contrib/dblink/dblink.sql.in
contrib/dblink/doc/connection