Re: [COMMITTERS] pgsql: Adjust SGML ulink tags to the URL is always

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [COMMITTERS] pgsql: Adjust SGML ulink tags to the URL is always
Дата
Msg-id 200504090352.j393qN004274@candle.pha.pa.us
обсуждение исходный текст
Список pgsql-patches
Peter Eisentraut wrote:
> Am Montag, 4. April 2005 09:51 schrieb Neil Conway:
> > I guess the question is how <ulink/> is actually handled by the SGML
> > tools we care about. Can we assume that _none_ of those tools will
> > ignore the "url" attribute in print media?
>
> Yes.

OK, so we don't put URL's in ulink's because the URL is always
generated, but we can put words in ulink and the URL will still be
printed.

Rather than back out the patch I made the adjustments manually so things
are consistent.  Patch attached and applied.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
Index: doc/src/sgml/advanced.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/advanced.sgml,v
retrieving revision 1.48
diff -c -c -r1.48 advanced.sgml
*** doc/src/sgml/advanced.sgml    31 Mar 2005 03:54:37 -0000    1.48
--- doc/src/sgml/advanced.sgml    9 Apr 2005 03:50:24 -0000
***************
*** 467,475 ****
     </para>
  
     <para>
!     If you feel you need more introductory material, please visit the
!     PostgreSQL web site,
!     <ulink url="http://www.postgresql.org"></ulink>, for links to more resources.
     </para>
    </sect1>
   </chapter>
--- 467,475 ----
     </para>
  
     <para>
!     If you feel you need more introductory material, please visit the PostgreSQL
!     <ulink url="http://www.postgresql.org">web site</ulink>
!     for links to more resources.
     </para>
    </sect1>
   </chapter>
Index: doc/src/sgml/biblio.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/biblio.sgml,v
retrieving revision 1.22
diff -c -c -r1.22 biblio.sgml
*** doc/src/sgml/biblio.sgml    31 Mar 2005 03:54:37 -0000    1.22
--- doc/src/sgml/biblio.sgml    9 Apr 2005 03:50:24 -0000
***************
*** 14,22 ****
     Some white papers and technical reports from the original
     <productname>POSTGRES</productname> development team
     are available at the University of California, Berkeley, Computer Science
!     Department web site,
!    <ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/">
!     </ulink>
    </para>
  
    <bibliodiv>
--- 14,21 ----
     Some white papers and technical reports from the original
     <productname>POSTGRES</productname> development team
     are available at the University of California, Berkeley, Computer Science
!    Department <ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/">
!    web site</ulink>.
    </para>
  
    <bibliodiv>
***************
*** 242,250 ****
     </biblioentry>
  
    <biblioentry id="FONG">
!    <title>The design and implementation of the
!    <productname>POSTGRES</productname> query optimizer,
!    <ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/UCB-MS-zfong.pdf"></ulink></title>
     <author>
      <firstname>Zelaine</firstname>
      <surname>Fong</surname>
--- 241,250 ----
     </biblioentry>
  
    <biblioentry id="FONG">
!    <title>
!    <ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/UCB-MS-zfong.pdf">
!    The design and implementation of the <productname>POSTGRES</productname> query optimizer
!    </ulink></title>
     <author>
      <firstname>Zelaine</firstname>
      <surname>Fong</surname>
***************
*** 304,310 ****
  
     <biblioentry id="ROWE87">
     <biblioset relation="article">
!     <title>The <productname>POSTGRES</productname> data model, <ulink
url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/ERL-M87-13.pdf"></ulink></title>
      <titleabbrev>Rowe and Stonebraker, 1987</titleabbrev>
      <authorgroup>
       <author>
--- 304,312 ----
  
     <biblioentry id="ROWE87">
     <biblioset relation="article">
!     <title><ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/ERL-M87-13.pdf">
!     The <productname>POSTGRES</productname> data model
!     </ulink></title>
      <titleabbrev>Rowe and Stonebraker, 1987</titleabbrev>
      <authorgroup>
       <author>
***************
*** 326,332 ****
  
     <biblioentry id="SESHADRI95">
     <biblioset relation="article">
!     <title>Generalized Partial Indexes, <ulink
url="http://simon.cs.cornell.edu/home/praveen/papers/partindex.de95.ps.Z"></ulink>
      </title>
      <titleabbrev>Seshardri, 1995</titleabbrev>
      <authorgroup>
--- 328,336 ----
  
     <biblioentry id="SESHADRI95">
     <biblioset relation="article">
!     <title><ulink url="http://simon.cs.cornell.edu/home/praveen/papers/partindex.de95.ps.Z">
!     Generalized Partial Indexes
!     </ulink>
      </title>
      <titleabbrev>Seshardri, 1995</titleabbrev>
      <authorgroup>
***************
*** 356,362 ****
  
     <biblioentry id="STON86">
     <biblioset relation="article">
!     <title>The design of <productname>POSTGRES</productname>, <ulink
url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/ERL-M85-95.pdf"></ulink></title>
      <titleabbrev>Stonebraker and Rowe, 1986</titleabbrev>
      <authorgroup>
       <author>
--- 360,368 ----
  
     <biblioentry id="STON86">
     <biblioset relation="article">
!     <title><ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/ERL-M85-95.pdf">
!     The design of <productname>POSTGRES</productname>
!     </ulink></title>
      <titleabbrev>Stonebraker and Rowe, 1986</titleabbrev>
      <authorgroup>
       <author>
***************
*** 404,410 ****
  
     <biblioentry id="STON87b">
     <biblioset relation="article">
!     <title>The design of the <productname>POSTGRES</productname> storage system, <ulink
url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/ERL-M87-06.pdf"></ulink></title>
      <titleabbrev>Stonebraker, 1987</titleabbrev>
      <authorgroup>
       <author>
--- 410,418 ----
  
     <biblioentry id="STON87b">
     <biblioset relation="article">
!     <title><ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/ERL-M87-06.pdf">
!     The design of the <productname>POSTGRES</productname> storage system
!     </ulink></title>
      <titleabbrev>Stonebraker, 1987</titleabbrev>
      <authorgroup>
       <author>
***************
*** 422,428 ****
  
     <biblioentry id="STON89">
     <biblioset relation="article">
!     <title>A commentary on the <productname>POSTGRES</productname> rules system, <ulink
url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/ERL-M89-82.pdf"></ulink></title>
      <titleabbrev>Stonebraker et al, 1989</titleabbrev>
      <authorgroup>
       <author>
--- 430,438 ----
  
     <biblioentry id="STON89">
     <biblioset relation="article">
!     <title><ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/ERL-M89-82.pdf">
!     A commentary on the <productname>POSTGRES</productname> rules system
!     </ulink></title>
      <titleabbrev>Stonebraker et al, 1989</titleabbrev>
      <authorgroup>
       <author>
***************
*** 447,453 ****
  
     <biblioentry id="STON89b">
     <biblioset relation="article">
!     <title>The case for partial indexes, <ulink
url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/ERL-M89-17.pdf"></ulink></title>
      <titleabbrev>Stonebraker, M, 1989b</titleabbrev>
      <authorgroup>
       <author>
--- 457,465 ----
  
     <biblioentry id="STON89b">
     <biblioset relation="article">
!     <title><ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/ERL-M89-17.pdf">
!     The case for partial indexes
!     </ulink></title>
      <titleabbrev>Stonebraker, M, 1989b</titleabbrev>
      <authorgroup>
       <author>
***************
*** 465,471 ****
  
     <biblioentry id="STON90a">
     <biblioset relation="article">
!     <title>The implementation of <productname>POSTGRES</productname>, <ulink
url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/ERL-M90-34.pdf"></ulink></title>
      <titleabbrev>Stonebraker, Rowe, Hirohama, 1990</titleabbrev>
      <authorgroup>
       <author>
--- 477,485 ----
  
     <biblioentry id="STON90a">
     <biblioset relation="article">
!     <title><ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/ERL-M90-34.pdf">
!     The implementation of <productname>POSTGRES</productname>
!     </ulink></title>
      <titleabbrev>Stonebraker, Rowe, Hirohama, 1990</titleabbrev>
      <authorgroup>
       <author>
***************
*** 493,499 ****
  
     <biblioentry id="STON90b">
     <biblioset relation="article">
!     <title>On Rules, Procedures, Caching and Views in Database Systems, <ulink
url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/ERL-M90-36.pdf"></ulink></title>
      <titleabbrev>Stonebraker et al, ACM, 1990</titleabbrev>
      <authorgroup>
       <author>
--- 507,515 ----
  
     <biblioentry id="STON90b">
     <biblioset relation="article">
!     <title><ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/papers/ERL-M90-36.pdf">
!     On Rules, Procedures, Caching and Views in Database Systems
!     </ulink></title>
      <titleabbrev>Stonebraker et al, ACM, 1990</titleabbrev>
      <authorgroup>
       <author>
Index: doc/src/sgml/client-auth.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v
retrieving revision 1.73
diff -c -c -r1.73 client-auth.sgml
*** doc/src/sgml/client-auth.sgml    31 Mar 2005 03:54:37 -0000    1.73
--- doc/src/sgml/client-auth.sgml    9 Apr 2005 03:50:25 -0000
***************
*** 615,623 ****
      authentication system suitable for distributed computing over a public
      network. A description of the <productname>Kerberos</productname> system
      is far beyond the scope of this document; in full generality it can be
!     quite complex (yet powerful). The Kerberos <acronym>FAQ</>,
!     <ulink url="http://www.nrl.navy.mil/CCS/people/kenh/kerberos-faq.html"></ulink>, or 
!     MIT Project Athena, <ulink url="ftp://athena-dist.mit.edu"></ulink>,
      can be a good starting point for exploration.
      Several sources for <productname>Kerberos</> distributions exist.
     </para>
--- 615,624 ----
      authentication system suitable for distributed computing over a public
      network. A description of the <productname>Kerberos</productname> system
      is far beyond the scope of this document; in full generality it can be
!     quite complex (yet powerful). The 
!     <ulink url="http://www.nrl.navy.mil/CCS/people/kenh/kerberos-faq.html">
!     Kerberos <acronym>FAQ</></ulink> or 
!     <ulink url="ftp://athena-dist.mit.edu">MIT Project Athena</ulink>
      can be a good starting point for exploration.
      Several sources for <productname>Kerberos</> distributions exist.
     </para>
***************
*** 689,696 ****
     </para>
  
     <para>
!     If you use <application>mod_auth_kerb</application> from
!     <ulink url="http://modauthkerb.sf.net"></ulink>
      and <application>mod_perl</application> on your
      <productname>Apache</productname> web server, you can use
      <literal>AuthType KerberosV5SaveCredentials</literal> with a
--- 690,697 ----
     </para>
  
     <para>
!     If you use <ulink url="http://modauthkerb.sf.net">
!     <application>mod_auth_kerb</application></ulink>
      and <application>mod_perl</application> on your
      <productname>Apache</productname> web server, you can use
      <literal>AuthType KerberosV5SaveCredentials</literal> with a
***************
*** 883,892 ****
      default PAM service name is <literal>postgresql</literal>. You can
      optionally supply your own service name after the <literal>pam</>
      key word in the file <filename>pg_hba.conf</filename>.
!     For more information about PAM, please read the <productname>Linux-PAM</>
!     Page, <ulink url="http://www.kernel.org/pub/linux/libs/pam/"></ulink>,
!     and the <systemitem class="osname">Solaris</> PAM Page, <ulink
!     url="http://www.sun.com/software/solaris/pam/"></ulink>.
     </para>
    </sect2>
   </sect1>
--- 884,894 ----
      default PAM service name is <literal>postgresql</literal>. You can
      optionally supply your own service name after the <literal>pam</>
      key word in the file <filename>pg_hba.conf</filename>.
!     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>
    </sect2>
   </sect1>
Index: doc/src/sgml/contacts.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/contacts.sgml,v
retrieving revision 1.7
diff -c -c -r1.7 contacts.sgml
*** doc/src/sgml/contacts.sgml    31 Mar 2005 03:54:37 -0000    1.7
--- doc/src/sgml/contacts.sgml    9 Apr 2005 03:50:25 -0000
***************
*** 13,20 ****
  
  <para>
  Refer to the introduction in this manual or to the
! <productname>PostgreSQL</productname> web page,
! <ulink url="http://www.postgresql.org"></ulink>,
  for subscription information to the no-cost mailing lists.
  </para>
  
--- 13,20 ----
  
  <para>
  Refer to the introduction in this manual or to the
! <productname>PostgreSQL</productname> 
! <ulink url="http://www.postgresql.org">web page</ulink>
  for subscription information to the no-cost mailing lists.
  </para>
  
Index: doc/src/sgml/cvs.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/cvs.sgml,v
retrieving revision 1.32
diff -c -c -r1.32 cvs.sgml
*** doc/src/sgml/cvs.sgml    31 Mar 2005 03:54:37 -0000    1.32
--- doc/src/sgml/cvs.sgml    9 Apr 2005 03:50:25 -0000
***************
*** 298,305 ****
     is <productname>CVSup</productname>.
     <productname>CVSup</productname> was developed by
     John Polstra (<email>jdp@polstra.com</email>) to
!    distribute CVS repositories and other file trees for
!    the FreeBSD project, <ulink url="http://www.freebsd.org"></ulink>.
    </para>
  
    <para>
--- 298,305 ----
     is <productname>CVSup</productname>.
     <productname>CVSup</productname> was developed by
     John Polstra (<email>jdp@polstra.com</email>) to
!    distribute CVS repositories and other file trees for the
!    <ulink url="http://www.freebsd.org">FreeBSD project</ulink>.
    </para>
  
    <para>
***************
*** 449,456 ****
  
     <para>
      The following is a suggested <productname>CVSup</productname> config file from
!     the <productname>PostgreSQL</> ftp site, 
!     <ulink url="ftp://ftp.postgresql.org/pub/CVSup/README.cvsup"></ulink>,
      which will fetch the current snapshot only:
  
      <programlisting>
--- 449,457 ----
  
     <para>
      The following is a suggested <productname>CVSup</productname> config file from
!     the <productname>PostgreSQL</>
!     <ulink url="ftp://ftp.postgresql.org/pub/CVSup/README.cvsup">
!     ftp site</ulink>
      which will fetch the current snapshot only:
  
      <programlisting>
***************
*** 498,506 ****
      <para>
       You can use pre-built binaries
       if you have a platform for which binaries
!      are posted on
!      the <productname>PostgreSQL</productname> ftp site,
!      <ulink url="ftp://ftp.postgresql.org/pub"></ulink>,
       or if you are running FreeBSD, for which
       <productname>CVSup</productname> is available as a port.
  
--- 499,507 ----
      <para>
       You can use pre-built binaries
       if you have a platform for which binaries
!      are posted on the <productname>PostgreSQL</productname>
!      <ulink url="ftp://ftp.postgresql.org/pub">
!      ftp site</ulink>
       or if you are running FreeBSD, for which
       <productname>CVSup</productname> is available as a port.
  
***************
*** 541,548 ****
        <step performance="optional">
         <para>
      If you have another platform, check for and download the appropriate binary from
!     the <productname>PostgreSQL</productname> ftp site, 
!         <ulink url="ftp://ftp.postgresql.org/pub"></ulink>.
         </para>
        </step>
       </substeps>
--- 542,550 ----
        <step performance="optional">
         <para>
      If you have another platform, check for and download the appropriate binary from
!     the <productname>PostgreSQL</productname>
!         <ulink url="ftp://ftp.postgresql.org/pub">
!         ftp site</ulink>.
         </para>
        </step>
       </substeps>
***************
*** 624,634 ****
        <step>
         <para>
      Pick up the <productname>Modula-3</productname>
!     distribution from Polytechnique Montr�al,
!         <ulink url="http://m3.polymtl.ca/m3"></ulink>,
      who are actively maintaining the code base originally developed by
!     the DEC Systems Research Center, <ulink
!     url="http://www.research.digital.com/SRC/modula-3/html/home.html"></ulink>.
          The <productname>PM3</productname> <productname>RPM</productname> distribution is roughly
      30MB compressed. At the time of writing, the 1.1.10-1 release
      installed cleanly on RH-5.2, whereas the 1.1.11-1 release is
--- 626,636 ----
        <step>
         <para>
      Pick up the <productname>Modula-3</productname>
!     distribution from <ulink url="http://m3.polymtl.ca/m3">
!         Polytechnique Montr�al</ulink>
      who are actively maintaining the code base originally developed by
!     the <ulink url="http://www.research.digital.com/SRC/modula-3/html/home.html">
!         DEC Systems Research Center</ulink>.
          The <productname>PM3</productname> <productname>RPM</productname> distribution is roughly
      30MB compressed. At the time of writing, the 1.1.10-1 release
      installed cleanly on RH-5.2, whereas the 1.1.11-1 release is
***************
*** 764,771 ****
  As shown, it will get the repository (RCS) files.  If you uncomment
  the line containing "tag=." then it will instead check out the
  latest version of each file.  There's a bunch more information about
! what you can do in the CVSup Handbook, 
! <ulink url="http://www.freebsd.org/handbook/cvsup.html"></ulink>.
  
  There is one other thing I want to send you, but not tonight.  I
  discovered the hard way that you need a malloc package that is
--- 766,774 ----
  As shown, it will get the repository (RCS) files.  If you uncomment
  the line containing "tag=." then it will instead check out the
  latest version of each file.  There's a bunch more information about
! what you can do in the 
! <ulink url="http://www.freebsd.org/handbook/cvsup.html">
! CVSup Handbook</ulink>.
  
  There is one other thing I want to send you, but not tonight.  I
  discovered the hard way that you need a malloc package that is
Index: doc/src/sgml/dfunc.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/dfunc.sgml,v
retrieving revision 1.30
diff -c -c -r1.30 dfunc.sgml
*** doc/src/sgml/dfunc.sgml    31 Mar 2005 03:54:37 -0000    1.30
--- doc/src/sgml/dfunc.sgml    9 Apr 2005 03:50:25 -0000
***************
*** 275,285 ****
  
   <tip>
    <para>
!    If this is too complicated for you, you should consider using
!    <productname>GNU Libtool</productname>,
!    <ulink url="http://www.gnu.org/software/libtool/"></ulink>,
!    which hides the platform differences
!    behind a uniform interface.
    </para>
   </tip>
  
--- 275,284 ----
  
   <tip>
    <para>
!    If this is too complicated for you, you should consider using   
!    <ulink url="http://www.gnu.org/software/libtool/">
!    <productname>GNU Libtool</productname></ulink>,
!    which hides the platform differences behind a uniform interface.
    </para>
   </tip>
  
Index: doc/src/sgml/docguide.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/docguide.sgml,v
retrieving revision 1.54
diff -c -c -r1.54 docguide.sgml
*** doc/src/sgml/docguide.sgml    31 Mar 2005 03:54:38 -0000    1.54
--- doc/src/sgml/docguide.sgml    9 Apr 2005 03:50:26 -0000
***************
*** 60,76 ****
     structure and content of a technical document without worrying
     about presentation details.  A document style defines how that
     content is rendered into one of several final forms.  DocBook is
!    maintained by the OASIS group, <ulink
!    url="http://www.oasis-open.org"></ulink>.  The official DocBook
!    site, <ulink url="http://www.oasis-open.org/docbook"></ulink>,
!    has good introductory and reference documentation and
     a complete O'Reilly book for your online reading pleasure.  The
-    NewbieDoc Docbook Guide,
     <ulink url="http://newbiedoc.sourceforge.net/metadoc/docbook-guide.html">
!    </ulink>, is very helpful for beginners.
!    The FreeBSD Documentation Project, 
!    <ulink url="http://www.freebsd.org/docproj/docproj.html"></ulink>,
!    also uses DocBook and has some good
     information, including a number of style guidelines that might be
     worth considering.
    </para>
--- 60,73 ----
     structure and content of a technical document without worrying
     about presentation details.  A document style defines how that
     content is rendered into one of several final forms.  DocBook is
!    maintained by the <ulink url="http://www.oasis-open.org">
!    OASIS group</ulink>.  The <ulink url="http://www.oasis-open.org/docbook">
!    official DocBook site</ulink> has good introductory and reference documentation and
     a complete O'Reilly book for your online reading pleasure.  The
     <ulink url="http://newbiedoc.sourceforge.net/metadoc/docbook-guide.html">
!    NewbieDoc Docbook Guide</ulink> is very helpful for beginners.
!    The <ulink url="http://www.freebsd.org/docproj/docproj.html">
!    FreeBSD Documentation Project</ulink> also uses DocBook and has some good
     information, including a number of style guidelines that might be
     worth considering.
    </para>
***************
*** 86,92 ****
  
     <variablelist>
      <varlistentry>
!      <term>DocBook DTD, <ulink url="http://www.oasis-open.org/docbook/sgml/"></ulink></term>
       <listitem>
        <para>
         This is the definition of DocBook itself.  We currently use
--- 83,89 ----
  
     <variablelist>
      <varlistentry>
!      <term><ulink url="http://www.oasis-open.org/docbook/sgml/">DocBook DTD</ulink></term>
       <listitem>
        <para>
         This is the definition of DocBook itself.  We currently use
***************
*** 98,104 ****
      </varlistentry>
  
      <varlistentry>
!      <term>ISO 8879 character entities, <ulink url="http://www.oasis-open.org/cover/ISOEnts.zip"></ulink></term>
       <listitem>
        <para>
         These are required by DocBook but are distributed separately
--- 95,101 ----
      </varlistentry>
  
      <varlistentry>
!      <term><ulink url="http://www.oasis-open.org/cover/ISOEnts.zip">ISO 8879 character entities</ulink></term>
       <listitem>
        <para>
         These are required by DocBook but are distributed separately
***************
*** 108,114 ****
      </varlistentry>
  
      <varlistentry>
!      <term>OpenJade, <ulink url="http://openjade.sourceforge.net"></ulink></term>
       <listitem>
        <para>
         This is the base package of <acronym>SGML</acronym> processing.
--- 105,111 ----
      </varlistentry>
  
      <varlistentry>
!      <term><ulink url="http://openjade.sourceforge.net">OpenJade</ulink></term>
       <listitem>
        <para>
         This is the base package of <acronym>SGML</acronym> processing.
***************
*** 123,129 ****
      </varlistentry>
  
      <varlistentry>
!      <term>DocBook DSSSL Stylesheets, <ulink
url="http://docbook.sourceforge.net/projects/dsssl/index.html"></ulink></term>
       <listitem>
        <para>
         These contain the processing instructions for converting the
--- 120,126 ----
      </varlistentry>
  
      <varlistentry>
!      <term><ulink url="http://docbook.sourceforge.net/projects/dsssl/index.html">DocBook DSSSL
Stylesheets</ulink></term>
       <listitem>
        <para>
         These contain the processing instructions for converting the
***************
*** 134,140 ****
      </varlistentry>
  
      <varlistentry>
!      <term>DocBook2X tools, <ulink url="http://docbook2x.sourceforge.net"></ulink></term>
       <listitem>
        <para>
         This optional package is used to create man pages.  It has a
--- 131,137 ----
      </varlistentry>
  
      <varlistentry>
!      <term><ulink url="http://docbook2x.sourceforge.net">DocBook2X tools</ulink></term>
       <listitem>
        <para>
         This optional package is used to create man pages.  It has a
***************
*** 145,151 ****
      </varlistentry>
  
      <varlistentry>
!      <term>JadeTeX, <ulink url="http://jadetex.sourceforge.net"></ulink></term>
       <listitem>
        <para>
         If you want to, you can also install
--- 142,148 ----
      </varlistentry>
  
      <varlistentry>
!      <term><ulink url="http://jadetex.sourceforge.net">JadeTeX</ulink></term>
       <listitem>
        <para>
         If you want to, you can also install
***************
*** 240,247 ****
  
     <para>
      More information about the FreeBSD documentation tools can be
!     found in the FreeBSD Documentation Project's instructions,
!     <ulink url="http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/tools.html"></ulink>.
     </para>
    </sect2>
  
--- 237,244 ----
  
     <para>
      More information about the FreeBSD documentation tools can be
!     found in the <ulink url="http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/tools.html">
!     FreeBSD Documentation Project's instructions</ulink>.
     </para>
    </sect2>
  
***************
*** 335,342 ****
      <procedure>
       <step>
        <para>
!        Obtain the DocBook V4.2 distribution,<ulink
!        url="http://www.docbook.org/sgml/4.2/docbook-4.2.zip"></ulink>.
        </para>
       </step>
  
--- 332,339 ----
      <procedure>
       <step>
        <para>
!        Obtain the <ulink url="http://www.docbook.org/sgml/4.2/docbook-4.2.zip">
!        DocBook V4.2 distribution</ulink>.
        </para>
       </step>
  
***************
*** 377,385 ****
  
       <step>
        <para>
!        Download the ISO 8879
!        character entities archive, <ulink
!        url="http://www.oasis-open.org/cover/ISOEnts.zip"></ulink>, unpack it, and put the
         files in the same directory you put the DocBook files in.
  <screen>
  <prompt>$ </prompt><userinput>cd /usr/local/share/sgml/docbook-4.2</userinput>
--- 374,381 ----
  
       <step>
        <para>
!        Download the <ulink url="http://www.oasis-open.org/cover/ISOEnts.zip">
!        ISO 8879 character entities archive</ulink>, unpack it, and put the
         files in the same directory you put the DocBook files in.
  <screen>
  <prompt>$ </prompt><userinput>cd /usr/local/share/sgml/docbook-4.2</userinput>
***************
*** 452,459 ****
       <productname>minitoc</productname>,
       <productname>url</productname> and
       <productname>ot2enc</productname>.  All of these can be found on
!      your friendly neighborhood <acronym>CTAN site</acronym>, <ulink
!      url="http://www.ctan.org"></ulink>.
       The installation of the <application>TeX</application> base
       system is far beyond the scope of this introduction.  Binary
       packages should be available for any system that can run
--- 448,455 ----
       <productname>minitoc</productname>,
       <productname>url</productname> and
       <productname>ot2enc</productname>.  All of these can be found on
!      your friendly neighborhood <ulink url="http://www.ctan.org">
!      <acronym>CTAN site</acronym></ulink>.
       The installation of the <application>TeX</application> base
       system is far beyond the scope of this introduction.  Binary
       packages should be available for any system that can run
***************
*** 931,939 ****
       When properly configured, it will allow you to use
       <application>Emacs</application> to insert tags and check markup
       consistency.  You could use it for <acronym>HTML</acronym> as
!      well.  Check the PSGML web site, <ulink
!      url="http://www.lysator.liu.se/projects/about_psgml.html"></ulink>,
!      for downloads, installation instructions, and
       detailed documentation.
      </para>
  
--- 927,934 ----
       When properly configured, it will allow you to use
       <application>Emacs</application> to insert tags and check markup
       consistency.  You could use it for <acronym>HTML</acronym> as
!      well.  Check the <ulink url="http://www.lysator.liu.se/projects/about_psgml.html">
!      PSGML web site</ulink> for downloads, installation instructions, and
       detailed documentation.
      </para>
  
***************
*** 1051,1059 ****
      </para>
  
      <para>
!      Norm Walsh offers a major mode specifically for DocBook,
!      <ulink url="http://nwalsh.com/emacs/docbookide/index.html"></ulink>, 
!      which also has font-lock and a number of features to reduce typing.
      </para>
     </sect2>
  
--- 1046,1055 ----
      </para>
  
      <para>
!      Norm Walsh offers a
!      <ulink url="http://nwalsh.com/emacs/docbookide/index.html">major mode</ulink>
!      specifically for DocBook which also has font-lock and a number of features to 
!      reduce typing.
      </para>
     </sect2>
  
Index: doc/src/sgml/external-projects.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/external-projects.sgml,v
retrieving revision 1.8
diff -c -c -r1.8 external-projects.sgml
*** doc/src/sgml/external-projects.sgml    31 Mar 2005 03:54:38 -0000    1.8
--- doc/src/sgml/external-projects.sgml    9 Apr 2005 03:50:26 -0000
***************
*** 21,32 ****
  
    <para>
     Many <productname>PostgreSQL</productname>-related projects are
!    hosted at either <productname>GBorg</> at <ulink
!    url="http://gborg.postgresql.org"></ulink>
!    or <productname>pgFoundry</> at <ulink
!    url="http://pgfoundry.org"></ulink>.
!    There are other
!    <productname>PostgreSQL</productname>-related projects that are hosted
     elsewhere, but you will have to do an Internet search to find them.
    </para>
  
--- 21,30 ----
  
    <para>
     Many <productname>PostgreSQL</productname>-related projects are
!    hosted at either 
!    <ulink url="http://gborg.postgresql.org"><productname>GBorg</></ulink>
!    or <ulink url="http://pgfoundry.org"><productname>pgFoundry</></ulink>.
!    There are other <productname>PostgreSQL</productname>-related projects that are hosted
     elsewhere, but you will have to do an Internet search to find them.
    </para>
  
***************
*** 147,157 ****
  
     </variablelist>
  
!    All of these can be found at 
!    <productname>GBorg</> (<ulink
!    url="http://gborg.postgresql.org"></ulink>)
!    or <productname>pgFoundry</> (<ulink
!    url="http://pgfoundry.org"></ulink>).
     </para>
  
   </sect1>
--- 145,153 ----
  
     </variablelist>
  
!    All of these can be found at
!    <ulink url="http://gborg.postgresql.org"><productname>GBorg</></ulink>
!    or <ulink url="http://pgfoundry.org"><productname>pgFoundry</></ulink>.
     </para>
  
   </sect1>
Index: doc/src/sgml/geqo.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/geqo.sgml,v
retrieving revision 1.30
diff -c -c -r1.30 geqo.sgml
*** doc/src/sgml/geqo.sgml    31 Mar 2005 03:54:38 -0000    1.30
--- doc/src/sgml/geqo.sgml    9 Apr 2005 03:50:27 -0000
***************
*** 286,301 ****
     <itemizedlist>
      <listitem>
       <para>
!       The Hitch-Hiker's Guide to Evolutionary Computation,
!       <ulink url="http://surf.de.uu.net/encore/www/"></ulink>, (FAQ for <ulink
        url="news://comp.ai.genetic"></ulink>)
       </para>
      </listitem>
     
      <listitem>
       <para>
!       Evolutionary Computation and its application to art and design,
!       <ulink url="http://www.red3d.com/cwr/evolve.html"></ulink>, by
        Craig Reynolds
       </para>
      </listitem>
--- 286,301 ----
     <itemizedlist>
      <listitem>
       <para>
!       <ulink url="http://surf.de.uu.net/encore/www/">
!       The Hitch-Hiker's Guide to Evolutionary Computation/ulink>, (FAQ for <ulink
        url="news://comp.ai.genetic"></ulink>)
       </para>
      </listitem>
     
      <listitem>
       <para>
!       <ulink url="http://www.red3d.com/cwr/evolve.html">
!       Evolutionary Computation and its application to art and design</ulink>, by
        Craig Reynolds
       </para>
      </listitem>
Index: doc/src/sgml/gist.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/gist.sgml,v
retrieving revision 1.16
diff -c -c -r1.16 gist.sgml
*** doc/src/sgml/gist.sgml    31 Mar 2005 03:54:38 -0000    1.16
--- doc/src/sgml/gist.sgml    9 Apr 2005 03:50:27 -0000
***************
*** 31,44 ****
  
    <para>
      Some of the information here is derived from the University of California at
!     Berkeley's GiST Indexing Project web site, <ulink
!     url="http://gist.cs.berkeley.edu/"></ulink>, and Marcel Kornacker's
!     thesis, Access Methods for Next-Generation Database Systems,
!     <ulink url="http://citeseer.nj.nec.com/448594.html"></ulink>.   The <acronym>GiST</acronym>
      implementation in <productname>PostgreSQL</productname> is primarily
      maintained by Teodor Sigaev and Oleg Bartunov, and there is more
!     information on their website: <ulink
!     url="http://www.sai.msu.su/~megera/postgres/gist/"></>.
    </para>
  
  </sect1>
--- 31,45 ----
  
    <para>
      Some of the information here is derived from the University of California at
!     Berkeley's GiST Indexing Project<ulink
!     url="http://gist.cs.berkeley.edu/">web site</ulink> and 
!     <ulink url="http://citeseer.nj.nec.com/448594.html">
!     Marcel Kornacker's thesis, Access Methods for Next-Generation Database Systems
!     </ulink>.   The <acronym>GiST</acronym>
      implementation in <productname>PostgreSQL</productname> is primarily
      maintained by Teodor Sigaev and Oleg Bartunov, and there is more
!     information on their<ulink url="http://www.sai.msu.su/~megera/postgres/gist/">
!     website</ulink>.
    </para>
  
  </sect1>
Index: doc/src/sgml/history.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/history.sgml,v
retrieving revision 1.25
diff -c -c -r1.25 history.sgml
*** doc/src/sgml/history.sgml    31 Mar 2005 03:54:38 -0000    1.25
--- doc/src/sgml/history.sgml    9 Apr 2005 03:50:27 -0000
***************
*** 66,79 ****
     <productname>POSTGRES</productname> has also been used as an
     educational tool at several universities.  Finally, Illustra
     Information Technologies (later merged into 
!    <productname>Informix</productname>, <ulink
!    url="http://www.informix.com/"></ulink>,
!    which is now owned by IBM, <ulink
!    url="http://www.ibm.com/"></ulink>.)  picked up the code and
     commercialized it.  In late 1992,
     <productname>POSTGRES</productname> became the primary data manager
!    for the Sequoia 2000 scientific computing project, 
!    <ulink url="http://meteora.ucsd.edu/s2k/s2k_home.html"></ulink>.
    </para>
  
    <para>
--- 66,79 ----
     <productname>POSTGRES</productname> has also been used as an
     educational tool at several universities.  Finally, Illustra
     Information Technologies (later merged into 
!    <ulink url="http://www.informix.com/"><productname>Informix</productname></ulink>,
!    which is now owned by <ulink
!    url="http://www.ibm.com/">IBM/ulink>) picked up the code and
     commercialized it.  In late 1992,
     <productname>POSTGRES</productname> became the primary data manager
!    for the 
!    <ulink url="http://meteora.ucsd.edu/s2k/s2k_home.html">
!    Sequoia 2000 scientific computing project</ulink>.
    </para>
  
    <para>
Index: doc/src/sgml/info.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/info.sgml,v
retrieving revision 1.22
diff -c -c -r1.22 info.sgml
*** doc/src/sgml/info.sgml    31 Mar 2005 03:54:38 -0000    1.22
--- doc/src/sgml/info.sgml    9 Apr 2005 03:50:27 -0000
***************
*** 34,41 ****
      <term>Web Site</term>
      <listitem>
       <para>
!       The <productname>PostgreSQL</productname> web site,
!       <ulink url="http://www.postgresql.org"></ulink>,
        carries details on the latest release and other
        information to make your work or play with
        <productname>PostgreSQL</productname> more productive.
--- 34,41 ----
      <term>Web Site</term>
      <listitem>
       <para>
!       The <productname>PostgreSQL</productname> 
!       <ulink url="http://www.postgresql.org">web site</ulink>
        carries details on the latest release and other
        information to make your work or play with
        <productname>PostgreSQL</productname> more productive.
Index: doc/src/sgml/installation.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v
retrieving revision 1.231
diff -c -c -r1.231 installation.sgml
*** doc/src/sgml/installation.sgml    4 Apr 2005 05:12:32 -0000    1.231
--- doc/src/sgml/installation.sgml    9 Apr 2005 03:50:28 -0000
***************
*** 1462,1469 ****
     platform generally means that <productname>PostgreSQL</> builds and
     installs according to these instructions and that the regression
     tests pass.  <quote>Build farm</quote> entries refer to builds
!    reported by the PostgreSQL Build Farm,
!    <ulink url="http://www.pgbuildfarm.org/"></ulink>.  
     Platform entries that show an older version of
     PostgreSQL are those that did not receive explicit testing at the
     time of release of version &majorversion; but that we still
--- 1462,1469 ----
     platform generally means that <productname>PostgreSQL</> builds and
     installs according to these instructions and that the regression
     tests pass.  <quote>Build farm</quote> entries refer to builds
!    reported by the <ulink url="http://www.pgbuildfarm.org/">
!    PostgreSQL Build Farm</ulink>.
     Platform entries that show an older version of
     PostgreSQL are those that did not receive explicit testing at the
     time of release of version &majorversion; but that we still
Index: doc/src/sgml/intro.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/intro.sgml,v
retrieving revision 1.28
diff -c -c -r1.28 intro.sgml
*** doc/src/sgml/intro.sgml    31 Mar 2005 03:54:38 -0000    1.28
--- doc/src/sgml/intro.sgml    9 Apr 2005 03:50:28 -0000
***************
*** 89,97 ****
    <para>
     <productname>PostgreSQL</productname> is an object-relational
     database management system (<acronym>ORDBMS</acronym>) based on
-    <productname>POSTGRES, Version 4.2</productname>,
     <ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/postgres.html">
!    </ulink>, developed at the University of California at Berkeley Computer Science
     Department.  POSTGRES pioneered many concepts that only became
     available in some commercial database systems much later.
    </para>
--- 89,97 ----
    <para>
     <productname>PostgreSQL</productname> is an object-relational
     database management system (<acronym>ORDBMS</acronym>) based on
     <ulink url="http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/postgres.html">
!    <productname>POSTGRES, Version 4.2</productname></ulink>,
!    developed at the University of California at Berkeley Computer Science
     Department.  POSTGRES pioneered many concepts that only became
     available in some commercial database systems much later.
    </para>
Index: doc/src/sgml/nls.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/nls.sgml,v
retrieving revision 1.11
diff -c -c -r1.11 nls.sgml
*** doc/src/sgml/nls.sgml    31 Mar 2005 03:54:38 -0000    1.11
--- doc/src/sgml/nls.sgml    9 Apr 2005 03:50:28 -0000
***************
*** 154,168 ****
      If there are already some <filename>.po</filename> files, then
      someone has already done some translation work.  The files are
      named <filename><replaceable>language</replaceable>.po</filename>,
!     where <replaceable>language</replaceable> is the ISO 639-1 two-letter language code,
!     (in lower case), <ulink url="http://lcweb.loc.gov/standards/iso639-2/englangn.html"></ulink>,
!     e.g.,
      <filename>fr.po</filename> for French.  If there is really a need
      for more than one translation effort per language then the files
      may also be named
      <filename><replaceable>language</replaceable>_<replaceable>region</replaceable>.po</filename>
!     where <replaceable>region</replaceable> is the ISO 3166-1 two-letter country code (in upper case),
!     <ulink url="http://www.din.de/gremien/nas/nabd/iso3166ma/codlstp1/en_listp1.html"></ulink>,
      e.g.,
      <filename>pt_BR.po</filename> for Portuguese in Brazil.  If you
      find the language you wanted you can just start working on that
--- 154,169 ----
      If there are already some <filename>.po</filename> files, then
      someone has already done some translation work.  The files are
      named <filename><replaceable>language</replaceable>.po</filename>,
!     where <replaceable>language</replaceable> is the 
!     <ulink url="http://lcweb.loc.gov/standards/iso639-2/englangn.html">
!     ISO 639-1 two-letter language code (in lower case)</ulink>, e.g.,
      <filename>fr.po</filename> for French.  If there is really a need
      for more than one translation effort per language then the files
      may also be named
      <filename><replaceable>language</replaceable>_<replaceable>region</replaceable>.po</filename>
!     where <replaceable>region</replaceable> is the
!     <ulink url="http://www.din.de/gremien/nas/nabd/iso3166ma/codlstp1/en_listp1.html">
!     ISO 3166-1 two-letter country code (in upper case)</ulink>,
      e.g.,
      <filename>pt_BR.po</filename> for Portuguese in Brazil.  If you
      find the language you wanted you can just start working on that
Index: doc/src/sgml/plperl.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/plperl.sgml,v
retrieving revision 2.38
diff -c -c -r2.38 plperl.sgml
*** doc/src/sgml/plperl.sgml    31 Mar 2005 03:54:38 -0000    2.38
--- doc/src/sgml/plperl.sgml    9 Apr 2005 03:50:29 -0000
***************
*** 15,22 ****
  
    <para>
     PL/Perl is a loadable procedural language that enables you to write
!    <productname>PostgreSQL</productname> functions in the Perl programming language,
!    <ulink url="http://www.perl.com"></ulink>.
    </para>
  
    <para>
--- 15,22 ----
  
    <para>
     PL/Perl is a loadable procedural language that enables you to write
!    <productname>PostgreSQL</productname> functions in the 
!    <ulink url="http://www.perl.com">Perl programming language</ulink>.
    </para>
  
    <para>
***************
*** 200,209 ****
    <para>
     Access to the database itself from your Perl function can be done
     via the function <function>spi_exec_query</function> described
!    below, or via an experimental module <literal>DBD::PgSPI</literal>, 
!    <ulink url="http://www.cpan.org/modules/by-module/DBD/APILOS/"></ulink>,
!    (also available at <acronym>CPAN mirror sites</>, <ulink
!    url="http://www.cpan.org/SITES.html"></ulink>).  This module makes available a
     <acronym>DBI</>-compliant database-handle named
     <varname>$pg_dbh</varname> that can be used to perform queries with
     normal <acronym>DBI</>
--- 200,210 ----
    <para>
     Access to the database itself from your Perl function can be done
     via the function <function>spi_exec_query</function> described
!    below, or via an experimental module 
!    <ulink url="http://www.cpan.org/modules/by-module/DBD/APILOS/">
!    <literal>DBD::PgSPI</literal></ulink>
!    (also available at <ulink url="http://www.cpan.org/SITES.html">
!    <acronym>CPAN mirror sites</></ulink>).  This module makes available a
     <acronym>DBI</>-compliant database-handle named
     <varname>$pg_dbh</varname> that can be used to perform queries with
     normal <acronym>DBI</>
Index: doc/src/sgml/plpython.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/plpython.sgml,v
retrieving revision 1.27
diff -c -c -r1.27 plpython.sgml
*** doc/src/sgml/plpython.sgml    31 Mar 2005 03:54:38 -0000    1.27
--- doc/src/sgml/plpython.sgml    9 Apr 2005 03:50:29 -0000
***************
*** 9,15 ****
   <para>
    The <application>PL/Python</application> procedural language allows
    <productname>PostgreSQL</productname> functions to be written in the
!   Python language,<ulink url="http://www.python.org"></ulink>.
   </para>
  
   <para>
--- 9,15 ----
   <para>
    The <application>PL/Python</application> procedural language allows
    <productname>PostgreSQL</productname> functions to be written in the
!   <ulink url="http://www.python.org">Python language</ulink>.
   </para>
  
   <para>
Index: doc/src/sgml/pltcl.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/pltcl.sgml,v
retrieving revision 2.36
diff -c -c -r2.36 pltcl.sgml
*** doc/src/sgml/pltcl.sgml    31 Mar 2005 03:54:38 -0000    2.36
--- doc/src/sgml/pltcl.sgml    9 Apr 2005 03:50:29 -0000
***************
*** 16,23 ****
    <para>
     PL/Tcl is a loadable procedural language for the
     <productname>PostgreSQL</productname> database system
!    that enables the Tcl language, <ulink url="http://www.tcl.tk/"></ulink>,
!    to be used to write functions and
     trigger procedures.
    </para>
  
--- 16,23 ----
    <para>
     PL/Tcl is a loadable procedural language for the
     <productname>PostgreSQL</productname> database system
!    that enables the <ulink url="http://www.tcl.tk/">
!    Tcl language</ulink> to be used to write functions and
     trigger procedures.
    </para>
  
Index: doc/src/sgml/problems.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/problems.sgml,v
retrieving revision 2.23
diff -c -c -r2.23 problems.sgml
*** doc/src/sgml/problems.sgml    31 Mar 2005 03:54:38 -0000    2.23
--- doc/src/sgml/problems.sgml    9 Apr 2005 03:50:30 -0000
***************
*** 266,272 ****
     It is better to report everything the first time than us having to squeeze the
     facts out of you. On the other hand, if your input files are huge, it is
     fair to ask first whether somebody is interested in looking into it.  Here is
!    an article, <ulink url="http://www.chiark.greenend.org.uk/~sgtatham/bugs.html"></ulink>, 
     that outlines some more tips on reporting bugs.
    </para>
  
--- 266,272 ----
     It is better to report everything the first time than us having to squeeze the
     facts out of you. On the other hand, if your input files are huge, it is
     fair to ask first whether somebody is interested in looking into it.  Here is
!    an <ulink url="http://www.chiark.greenend.org.uk/~sgtatham/bugs.html">article</ulink>
     that outlines some more tips on reporting bugs.
    </para>
  
***************
*** 305,312 ****
  
    <para> 
     Another method is to fill in the bug report web-form available
!    at the project's web site,
!    <ulink url="http://www.postgresql.org/"></ulink>.
     Entering a bug report this way causes it to be mailed to the
     <email>pgsql-bugs@postgresql.org</email> mailing list.
    </para>
--- 305,312 ----
  
    <para> 
     Another method is to fill in the bug report web-form available
!    at the project's
!    <ulink url="http://www.postgresql.org/">web site</ulink>.
     Entering a bug report this way causes it to be mailed to the
     <email>pgsql-bugs@postgresql.org</email> mailing list.
    </para>

В списке pgsql-patches по дате отправления:

Предыдущее
От: Zhenbang Wei
Дата:
Сообщение: Update Traditional Chinese translations for 8.0.2
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: DELETE ... USING