From 4232c4b406c94b433c149ac792d7e68665948cf1 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Thu, 1 Sep 2011 08:37:33 -0400 Subject: Userspace access vector cache for contrib/sepgsql. KaiGai Kohei --- doc/src/sgml/sepgsql.sgml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/sepgsql.sgml b/doc/src/sgml/sepgsql.sgml index fc379885d8b..0a02edb624a 100644 --- a/doc/src/sgml/sepgsql.sgml +++ b/doc/src/sgml/sepgsql.sgml @@ -64,7 +64,7 @@ or higher with SELinux enabled. It is not available on any other platform, and must be explicitly enabled using --with-selinux. You will also need libselinux - 2.0.93 or higher and selinux-policy 3.9.13 or higher + 2.0.99 or higher and selinux-policy 3.9.13 or higher (some distributions may backport the necessary rules into older policy versions). @@ -473,16 +473,6 @@ postgres=# SELECT cid, cname, show_credit(cid) FROM customer; Limitations - - Userspace access vector cache - - - sepgsql does not yet support an access vector cache. - This would likely improve performance. - - - - Data Definition Language (DDL) Permissions -- cgit v1.2.3