aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2013-09-03 11:16:37 -0400
committerRobert Haas <rhaas@postgresql.org>2013-09-03 11:16:37 -0400
commit9d323bda2ede5d4e42fdc6934188dd7a76a04d54 (patch)
tree9a50f091f4cc23f429ae6ababb96997f80406c1d /doc/src
parentcfa1cd711c2648e0beab50448c5a71ef91a3e1cb (diff)
downloadpostgresql-9d323bda2ede5d4e42fdc6934188dd7a76a04d54.tar.gz
postgresql-9d323bda2ede5d4e42fdc6934188dd7a76a04d54.zip
docs: Clarify that we also support Solaris versions greater than 10.
MauMau
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/runtime.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml
index 47059d303cf..ab51782a7c1 100644
--- a/doc/src/sgml/runtime.sgml
+++ b/doc/src/sgml/runtime.sgml
@@ -1034,11 +1034,11 @@ set semsys:seminfo_semmsl=32
<varlistentry>
<term><systemitem class="osname">Solaris</> 2.10 (Solaris
- 10)</term>
+ 10) and later</term>
<term><systemitem class="osname">OpenSolaris</></term>
<listitem>
<para>
- In Solaris 10 and OpenSolaris, the default shared memory and
+ In Solaris 10 and later, and OpenSolaris, the default shared memory and
semaphore settings are good enough for most
<productname>PostgreSQL</> applications. Solaris now defaults
to a <varname>SHMMAX</> of one-quarter of system <acronym>RAM</>.
@@ -1074,7 +1074,7 @@ project.max-msg-ids=(priv,4096,deny)
Additionally, if you are running <productname>PostgreSQL</>
inside a zone, you may need to raise the zone resource usage
limits as well. See "Chapter2: Projects and Tasks" in the
- <citetitle>Solaris 10 System Administrator's Guide</> for more
+ <citetitle>System Administrator's Guide</> for more
information on <literal>projects</> and <command>prctl</>.
</para>
</listitem>