]> granicus.if.org Git - postgresql/commit
Restrict non-superusers to password authenticated connections
authorJoe Conway <mail@joeconway.com>
Mon, 9 Jul 2007 01:32:44 +0000 (01:32 +0000)
committerJoe Conway <mail@joeconway.com>
Mon, 9 Jul 2007 01:32:44 +0000 (01:32 +0000)
commit7ff65db8b01d13a016532ac00c7bfbf60afbab20
tree7cc01d3df8eb14ab8d1a363da49e0003dc0bdd75
parent4ceaf35ff3ce7ab91aed0639882690e777a569d4
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