]> granicus.if.org Git - postgresql/commit
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)
commit809b38ce27742b1e47acad44c3742ea5af6add8d
tree0f39dcf85051c0f875474e490979e6d189f4af02
parent18e47a572c59ac5843b8b7031ce13bd03aae6e29
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