Re: Repost: Linking references in documentation

Lists: pgsql-patches
From: Michael Glaesemann <grzm(at)myrealbox(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: Repost: Linking references in documentation
Date: 2004-02-10 14:01:18
Message-ID: 9954832A-5BD1-11D8-A9DE-000A95C88220@myrealbox.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-patches

Below is a patch to provide a few links between the former
administrator's guide and appropriate reference pages.

Michael Glaesemann
grzm myrealbox com

Index: backup.sgml
===================================================================
RCS file: /projects/cvsroot/pgsql-server/doc/src/sgml/backup.sgml,v
retrieving revision 2.34
diff -c -r2.34 backup.sgml
*** backup.sgml 19 Jan 2004 20:12:30 -0000 2.34
--- backup.sgml 9 Feb 2004 15:39:06 -0000
***************
*** 260,266 ****
pg_dump -Fc <replaceable class="parameter">dbname</replaceable> >
<replaceable class="parameter">filename</replaceable>
</programlisting>

! See the <application>pg_dump</> and <application>pg_restore</>
reference pages for details.
</para>
</formalpara>

--- 260,266 ----
pg_dump -Fc <replaceable class="parameter">dbname</replaceable> >
<replaceable class="parameter">filename</replaceable>
</programlisting>

! See the <application><xref linkend="APP-PGDUMP"></> and
<application><xref linkend="APP-PGRESTORE"></> reference pages for
details.
</para>
</formalpara>

***************
*** 298,305 ****
</para>

<para>
! Please familiarize yourself with the
! <citerefentry><refentrytitle>pg_dump</></> reference page.
</para>
</sect2>
</sect1>
--- 298,305 ----
</para>

<para>
! Please familiarize yourself with the <xref linkend="APP-PGDUMP">
! reference page.
</para>
</sect2>
</sect1>


From: Neil Conway <neilc(at)samurai(dot)com>
To: Michael Glaesemann <grzm(at)myrealbox(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Repost: Linking references in documentation
Date: 2004-02-17 09:08:33
Message-ID: 87isi6qdim.fsf@mailbox.samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-patches

Michael Glaesemann <grzm(at)myrealbox(dot)com> writes:
> Below is a patch to provide a few links between the former
> administrator's guide and appropriate reference pages.

Patch applied, with some additional changes in the same vein. The
actual patch I applied is attached.

Thanks for the patch.

-Neil

Attachment Content-Type Size
xref-doc-improv-3.patch text/x-patch 4.9 KB