diff options
author | Robert Haas <rhaas@postgresql.org> | 2011-09-01 08:37:33 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2011-09-01 08:38:40 -0400 |
commit | 4232c4b406c94b433c149ac792d7e68665948cf1 (patch) | |
tree | dd68778f4d0deae517fedba57b698e744ed66b30 /doc/src | |
parent | 3d14bd2563cc527f250eed8d6d83e3ff62318675 (diff) | |
download | postgresql-4232c4b406c94b433c149ac792d7e68665948cf1.tar.gz postgresql-4232c4b406c94b433c149ac792d7e68665948cf1.zip |
Userspace access vector cache for contrib/sepgsql.
KaiGai Kohei
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/sepgsql.sgml | 12 |
1 files changed, 1 insertions, 11 deletions
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 <productname>SELinux</productname> enabled. It is not available on any other platform, and must be explicitly enabled using <literal>--with-selinux</>. You will also need <productname>libselinux</> - 2.0.93 or higher and <productname>selinux-policy</> 3.9.13 or higher + 2.0.99 or higher and <productname>selinux-policy</> 3.9.13 or higher (some distributions may backport the necessary rules into older policy versions). </para> @@ -474,16 +474,6 @@ postgres=# SELECT cid, cname, show_credit(cid) FROM customer; <variablelist> <varlistentry> - <term>Userspace access vector cache</term> - <listitem> - <para> - <productname>sepgsql</> does not yet support an access vector cache. - This would likely improve performance. - </para> - </listitem> - </varlistentry> - - <varlistentry> <term>Data Definition Language (DDL) Permissions</term> <listitem> <para> |