diff options
author | Bruce Momjian <bruce@momjian.us> | 2012-09-02 09:16:26 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2012-09-02 09:16:26 -0400 |
commit | 7682c5947dff4368753890935522dedfb93e1c78 (patch) | |
tree | 2465997a1dd042f96f8e3a9556f85dd288d0bc75 /doc/src | |
parent | 6c82a86c6f11815df371a310e3734030b1a635f4 (diff) | |
download | postgresql-7682c5947dff4368753890935522dedfb93e1c78.tar.gz postgresql-7682c5947dff4368753890935522dedfb93e1c78.zip |
Update URLs that pointed to sun.com; either repoint them or remove
them.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/client-auth.sgml | 4 | ||||
-rw-r--r-- | doc/src/sgml/installation.sgml | 13 | ||||
-rw-r--r-- | doc/src/sgml/wal.sgml | 2 |
3 files changed, 4 insertions, 15 deletions
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 97713948df6..459f092a2e9 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -1630,9 +1630,7 @@ ldapserver=ldap.example.net ldapprefix="cn=" ldapsuffix=", dc=example, dc=net" Therefore the user must already exist in the database before PAM can be used for authentication. For more information about PAM, please read the <ulink url="http://www.kernel.org/pub/linux/libs/pam/"> - <productname>Linux-PAM</> Page</ulink> - and the <ulink url="http://www.sun.com/software/solaris/pam/"> - <systemitem class="osname">Solaris</> PAM Page</ulink>. + <productname>Linux-PAM</> Page</ulink>. </para> <para> diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 676d51673e2..d71a3c42a3f 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -2836,7 +2836,7 @@ MANPATH=/usr/lib/scohelp/%L/man:/usr/dt/man:/usr/man:/usr/share/man:scohelp:/usr <para> You can download Sun Studio - from <ulink url="http://developers.sun.com/sunstudio/downloads/"></ulink>. + from <ulink url="http://www.oracle.com/technetwork/server-storage/solarisstudio/downloads/"></ulink>. Many of GNU tools are integrated into Solaris 10, or they are present on the Solaris companion CD. If you like packages for older version of Solaris, you can find these tools @@ -2936,15 +2936,6 @@ LIBOBJS = snprintf.o and that is why 32-bit code is significant slower on this CPU family. </para> - - <para> - Some tricks for tuning PostgreSQL and Solaris for performance can - be found - at <ulink url="http://www.sun.com/servers/coolthreads/tnb/applications_postgresql.jsp"></ulink>. - This article is primary focused on T2000 platform, but many of - the recommendations are also useful on other hardware with - Solaris. - </para> </sect3> <sect3> @@ -2955,7 +2946,7 @@ LIBOBJS = snprintf.o documentation]]> <![%standalone-ignore[<xref linkend="dynamic-trace">]]> for further information. You can also find more information in this - article: <ulink url="http://blogs.sun.com/robertlor/entry/user_level_dtrace_probes_in"></ulink>. + article: <ulink url="https://blogs.oracle.com/robertlor/entry/user_level_dtrace_probes_in"></ulink>. </para> <para> diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml index f0c2260ed9e..fc5c3b24c34 100644 --- a/doc/src/sgml/wal.sgml +++ b/doc/src/sgml/wal.sgml @@ -96,7 +96,7 @@ <listitem> <para> On <productname>Solaris</>, the disk write cache is controlled by - <ulink url="http://www.sun.com/bigadmin/content/submitted/format_utility.jsp"><literal>format -e</></ulink>. + <command>format -e</>. (The Solaris <acronym>ZFS</> file system is safe with disk write-cache enabled because it issues its own disk cache flush commands.) </para> |