On Sun, Jun 17, 2012 at 10:24:17PM +0800, Magnus Hagander wrote: > On Sun, Jun 17, 2012 at 10:01 PM, Dickson S. Guedes > <listas@xxxxxxxxxxxxx> wrote: > > 2012/6/17 Raghavendra <raghavendra.rao@xxxxxxxxxxxxxxxx>: > >> Hi, > >> > >> Below link is not accessible under section 15.7.7.6 "Using Dtrace for > >> Tracing PostgreSQL". > >> Documentation Link: > >> http://www.postgresql.org/docs/9.1/static/installation-platform-notes.html > >> > >> Not Working Link: > >> http://blogs.sun.com/robertlor/entry/user_level_dtrace_probes_in. > >> > >> Can anyone point me to right probes usage link for Tracing PostgreSQL ?. > > > > Try https://blogs.oracle.com/robertlor/entry/user_level_dtrace_probes_in > > I would suggest we remove this link completely from the documentation. > That goes for other links under the Sun section that are dead by now. > > If we want to keep linking to say this blog post, how about we do it > via a page on our own wiki, so we can change it more easily? > > Finally, could someone go over the general advice under that section? > It still says that it's bundled with solaris, which I doubt is true? > ;) I have either corrected or removed all the sun.com URLs with the attached, applied patch. -- Bruce Momjian <bruce@xxxxxxxxxx> http://momjian.us EnterpriseDB http://enterprisedb.com + It's impossible for everything to be true. +
diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml new file mode 100644 index 9771394..459f092 *** a/doc/src/sgml/client-auth.sgml --- b/doc/src/sgml/client-auth.sgml *************** ldapserver=ldap.example.net ldapprefix=" *** 1630,1638 **** 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>. </para> <para> --- 1630,1636 ---- 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>. </para> <para> diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml new file mode 100644 index 676d516..d71a3c4 *** a/doc/src/sgml/installation.sgml --- b/doc/src/sgml/installation.sgml *************** MANPATH=/usr/lib/scohelp/%L/man:/usr/dt/ *** 2836,2842 **** <para> You can download Sun Studio ! from <ulink url="http://developers.sun.com/sunstudio/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 --- 2836,2842 ---- <para> You can download Sun Studio ! 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 *************** LIBOBJS = snprintf.o *** 2936,2950 **** 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> --- 2936,2941 ---- *************** LIBOBJS = snprintf.o *** 2955,2961 **** 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>. </para> <para> --- 2946,2952 ---- documentation]]> <![%standalone-ignore[<xref linkend="dynamic-trace">]]> for further information. You can also find more information in this ! 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 new file mode 100644 index f0c2260..fc5c3b2 *** a/doc/src/sgml/wal.sgml --- b/doc/src/sgml/wal.sgml *************** *** 96,102 **** <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>. (The Solaris <acronym>ZFS</> file system is safe with disk write-cache enabled because it issues its own disk cache flush commands.) </para> --- 96,102 ---- <listitem> <para> On <productname>Solaris</>, the disk write cache is controlled by ! <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>
-- Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general