]> granicus.if.org Git - postgresql/commitdiff
Make use of <email> tag for marking up email addresses.
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 22 Dec 2000 21:51:58 +0000 (21:51 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 22 Dec 2000 21:51:58 +0000 (21:51 +0000)
22 files changed:
doc/src/sgml/charset.sgml
doc/src/sgml/compiler.sgml
doc/src/sgml/cvs.sgml
doc/src/sgml/datetime.sgml
doc/src/sgml/ecpg.sgml
doc/src/sgml/geqo.sgml
doc/src/sgml/gist.sgml
doc/src/sgml/history.sgml
doc/src/sgml/indexcost.sgml
doc/src/sgml/indices.sgml
doc/src/sgml/info.sgml
doc/src/sgml/jdbc.sgml
doc/src/sgml/keys.sgml
doc/src/sgml/libpgeasy.sgml
doc/src/sgml/lisp.sgml
doc/src/sgml/mvcc.sgml
doc/src/sgml/notation.sgml
doc/src/sgml/odbc.sgml
doc/src/sgml/problems.sgml
doc/src/sgml/protocol.sgml
doc/src/sgml/release.sgml
doc/src/sgml/y2k.sgml

index e79c14229ac216e318ac6a256a044a5b5acda8f0..c0826bdf5d783e752b5859496d568324e1f6112e 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $Header: /cvsroot/pgsql/doc/src/sgml/charset.sgml,v 2.4 2000/12/20 00:44:49 ishii Exp $ -->
+<!-- $Header: /cvsroot/pgsql/doc/src/sgml/charset.sgml,v 2.5 2000/12/22 21:51:57 petere Exp $ -->
 
 <chapter id="charset">
  <title>Localization</>
@@ -235,7 +235,7 @@ perl: warning: Falling back to the standard locale ("C").
     <title>Author</title>
 
     <para>
-     <ulink url="mailto:ishii@postgresql.org">Tatsuo Ishii</ulink>,
+     Tatsuo Ishii (<email>ishii@postgresql.org</email>),
      last updated 2000-03-22.
      Check <ulink
       url="http://www.sra.co.jp/people/t-ishii/PostgreSQL/">Tatsuo's
@@ -670,7 +670,7 @@ Jan 26, 1999
        * Add support for Big5 for fronend encoding
          (you need to create a database with EUC_TW to use Big5)
        * Add regression test case for EUC_TW
-         (contributed by <ulink url="mailto:jonahkuo@mail.ttn.com.tw">Jonah Kuo</ulink>)
+         (contributed by Jonah Kuo <email>jonahkuo@mail.ttn.com.tw</email>)
 
 Dec 15, 1998
        * Bugs related to SQL_ASCII support fixed
@@ -701,7 +701,7 @@ April 21, 1998 some enhancements/fixes
        * add octet_length()
        * add --with-mb option to configure
        * new regression tests for EUC_KR
-         (contributed by <ulink url="mailto:hong@lunaris.hanmesoft.co.kr">Soonmyung. Hong</ulink>)
+         (contributed by Soonmyung Hong <email>hong@lunaris.hanmesoft.co.kr</email>)
        * add some test cases to the EUC_JP regression test
        * fix problem in regress/regress.sh in case of System V
        * fix toupper(), tolower() to handle 8bit chars
@@ -730,7 +730,7 @@ is not necceary in 6.5.1 - Tatsuo]
 Version: 0.91 for PgSQL 6.5
 Author: Pavel Behal
 Revised by: Tatsuo Ishii
-Email: <ulink url="mailto:behal@opf.slu.cz">behal@opf.slu.cz</ulink>
+Email: behal@opf.slu.cz
 Licence: The Same as PostgreSQL
 
 Sorry for my Eglish and C code, I'm not native :-)
index 9bb27a507ed041e22676a558561119cb013a3668..b7c99f6d7a1073cc8fb2c6c172973a458f5b49d3 100644 (file)
@@ -14,7 +14,7 @@
 <Para>
 <Note>
 <Para>
-Contributed by <ULink url="mailto:geek+@cmu.edu">Brian Gallew</ULink>
+Contributed by Brian Gallew (<email>geek+@cmu.edu</email>)
 </Para>
 </Note>
 </para>
index 656e28f11e25f09569d62fa6dc0b45cc2cfd715c..d019de89b12c948cdc7afcfb6882675fc35af2f1 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/cvs.sgml,v 1.12 2000/12/22 18:57:49 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/cvs.sgml,v 1.13 2000/12/22 21:51:57 petere Exp $
 CVS code repository
 Thomas Lockhart
 -->
@@ -44,7 +44,7 @@ Thomas Lockhart
    <note>
     <title>Author</title>
     <para>
-     Written by <ulink url="mailto:scrappy@hub.org">Marc G. Fournier</ulink> on 1998-11-05.
+     Written by Marc G. Fournier (<email>scrappy@hub.org</email>) on 1998-11-05
     </para>
    </note>
   </para>
@@ -294,7 +294,7 @@ $ chmod -R go-w pgsql
    the <productname>Postgres</productname> source tree
    is <productname>CVSup</productname>.
    <productname>CVSup</productname> was developed by
-   <ulink url="mailto:jdp@polstra.com">John Polstra</ulink> to
+   John Polstra (<email>jdp@polstra.com</email>) to
    distribute CVS repositories and other file trees for
    <ulink url="http://www.freebsd.org">the FreeBSD project</ulink>.
   </para>
index 06726fb1ff33c3db2175edf97aa83eb33d6dd398..5244f353b80ecca7fdbf34042112dfddefac8485 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/datetime.sgml,v 2.14 2000/12/21 22:55:27 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/datetime.sgml,v 2.15 2000/12/22 21:51:57 petere Exp $
 Date/time details
 -->
 
@@ -637,8 +637,7 @@ Date/time details
 
   <note>
    <para>
-    Contributed by 
-    <ulink url="mailto:jose@sferacarta.com">José Soares</ulink>.
+    Contributed by José Soares (<email>jose@sferacarta.com</email>)
    </para>
   </note>
 
index e0ba477b3a9eed268282e03b547deb7560b2fb22..1befbf796c0df8226dacf04f0e8d467c56f9a879 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.17 2000/09/29 20:21:33 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.18 2000/12/22 21:51:57 petere Exp $
 -->
 
  <chapter id="ecpg">
@@ -31,8 +31,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/ecpg.sgml,v 1.17 2000/09/29 20:21:33 petere
   <para>
    This describes an embedded <acronym>SQL</acronym> in <acronym>C</acronym> 
    package for <productname>Postgres</productname>.
-   It is written by <ulink url="mailto:linus@epact.se">Linus Tolke</ulink>
-   and <ulink url="mailto:meskes@debian.org">Michael Meskes</ulink>.
+   It was written by Linus Tolke (<email>linus@epact.se</email>)
+   and Michael Meskes (<email>meskes@debian.org</email>).
    The package is installed with the <productname>Postgres</> distribution.
 
    <note>
index 546a864901b8d5f2010ed755ecfbe929f3ad2e35..19ecca700e075bb7af1f27ddd36e122d1f70392e 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/geqo.sgml,v 1.14 2000/12/16 22:44:47 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/geqo.sgml,v 1.15 2000/12/22 21:51:57 petere Exp $
 Genetic Optimizer
 -->
 
@@ -34,7 +34,7 @@ Genetic Optimizer
    <note>
     <title>Author</title>
     <para>
-     Written by <ulink url="mailto:utesch@aut.tu-freiberg.de">Martin Utesch</ulink>
+     Written by Martin Utesch (<email>utesch@aut.tu-freiberg.de</email>)
      for the Institute of Automatic Control at the University of Mining and Technology in Freiberg, Germany.
     </para>
    </note>
index b858b1e848094cb93e5cb8fc9d26b378a7ca6d3b..e8c9f9ee3cee3921672d1d67627ea88af600070d 100644 (file)
@@ -25,8 +25,8 @@ And there is more interesting reading at the Berkely database site at
 <Note>
 <Title>Author</Title>
 <Para>
-This extraction from an e-mail sent by 
-<ULink url="mailto:selkovjr@mcs.anl.gov">Eugene Selkov Jr.</ULink>
+This extraction from an email sent by 
+Eugene Selkov, Jr. (<email>selkovjr@mcs.anl.gov</email>)
 contains good information
 on GiST. Hopefully we will learn more in the future and update this information.
 - thomas 1998-03-01
index fe2168cb07424e107dae0cd86c0aed7bcf751495..df55881665e89f27bd227ff4b818bfa786f28cb7 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/history.sgml,v 1.11 2000/12/21 22:55:27 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/history.sgml,v 1.12 2000/12/22 21:51:57 petere Exp $
 -->
 
 <sect1 id="history">
@@ -96,10 +96,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/history.sgml,v 1.11 2000/12/21 22:55:27 pet
   <title><productname>Postgres95</productname></title>
 
   <para>
-   In 1994,
-   <ulink url="mailto:ayu@informix.com">Andrew Yu</ulink>
-   and
-   <ulink url="http://http.cs.berkeley.edu/~jolly/">Jolly Chen</ulink>
+   In 1994, Andrew Yu and Jolly Chen
    added a SQL language interpreter to <productname>Postgres</productname>.
    <productname>Postgres95</productname> was subsequently released to
    the Web to find its own way in the world as an
index 4570bc4f6421ef776c56635affb2bb477df1f3b7..9c781f97fc8de18d1b9e88609acbe8b3b4ae4552 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/Attic/indexcost.sgml,v 2.5 2000/09/29 20:21:34 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/Attic/indexcost.sgml,v 2.6 2000/12/22 21:51:57 petere Exp $
 -->
 
  <chapter id="indexcost">
@@ -9,8 +9,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/indexcost.sgml,v 2.5 2000/09/29 20:21
    <title>Author</title>
 
    <para>
-    Written by <ulink url="mailto:tgl@sss.pgh.pa.us">Tom Lane</ulink>
-    on 2000-01-24.
+    Written by Tom Lane (<email>tgl@sss.pgh.pa.us</email>) on 2000-01-24
    </para>
   </note>
 
index ebb46d71b3a34f11aec893530b53e591b7245439..9623ec05c13e2afee500d01648bc057d6f7e1bab 100644 (file)
@@ -160,8 +160,7 @@ SELECT am.amname AS acc_name,
     <note>
      <title>Author</title>
      <para>
-      Written by 
-      <ulink url="mailto:herouth@oumail.openu.ac.il">Herouth Maoz</ulink>
+      Written by Herouth Maoz (<email>herouth@oumail.openu.ac.il</email>).
       This originally appeared on the User's Mailing List on 1998-03-02
       in response to the question:
       "What is the difference between PRIMARY KEY and UNIQUE constraints?".
@@ -325,8 +324,8 @@ CREATE MEMSTORE ON &lt;table&gt; COLUMNS &lt;cols&gt;
    <note>
     <title>Author</title>
     <para>
-     This is from a reply to a question on the e-mail list
-     by <ulink url="mailto:aoki@CS.Berkeley.EDU">Paul M. Aoki</ulink>
+     This is from a reply to a question on the email list
+     by Paul M. Aoki (<email>aoki@CS.Berkeley.EDU</email>)
      on 1998-08-11.
 <!--
   Paul M. Aoki         | University of California at Berkeley
index 7f51e54d18bab11d47ac482ff84f4a5fe3d0a9dd..753bdd2f79573250f8b2f192e3e149a5acf5a9f8 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/info.sgml,v 1.9 2000/09/29 20:21:34 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/info.sgml,v 1.10 2000/12/22 21:51:57 petere Exp $
 -->
 
 <sect1 id="resources">
@@ -125,7 +125,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/info.sgml,v 1.9 2000/09/29 20:21:34 petere
    <listitem>
     <para>
      The
-     <ulink url="mailto:pgsql-general@postgresql.org">pgsql-general</ulink>
+     <email>pgsql-general@postgresql.org</email>
      (<ulink url="http://www.postgresql.org/mhonarc/pgsql-general/">archive</ulink>)
      mailing list is a good place to have user questions answered.
      Other mailing lists are available; consult the Info Central section of the
@@ -152,8 +152,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/info.sgml,v 1.9 2000/09/29 20:21:34 petere
      Even those without a lot of experience can provide corrections and
      minor changes in the documentation, and that is a good way to start.
      The 
-     <ulink url="mailto:pgsql-docs@postgresql.org">pgsql-docs</ulink>
-     (<ulink url="http://www.PostgreSQL.ORG/mhonarc/pgsql-docs/">archive</ulink>)
+     <email>pgsql-docs@postgresql.org</email>
+     (<ulink url="http://www.postgresql.org/mhonarc/pgsql-docs/">archive</ulink>)
      mailing list is the place to get going.
     </para>
    </listitem>
index 83196939ba4842f09c818c4aedd5b037ced5acb3..7643abfbddc46db47d6ff355d538e6565b15ac00 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.17 2000/12/22 18:57:49 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.18 2000/12/22 21:51:58 petere Exp $
 -->
 
  <chapter id="jdbc">
@@ -9,7 +9,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.17 2000/12/22 18:57:49
    <note>
     <title>Author</title>
     <para>
-     Written by <ulink url="mailto:peter@retep.org.uk">Peter T. Mount</ulink>, the
+     Written by Peter T. Mount (<email>peter@retep.org.uk</email>), the
      author of the <acronym>JDBC</acronym> driver.
     </para>
    </note>
index 6c8c3d5be978076bbf8077fc253c63a14e383f9d..c1a454a2b4e5b513c6b772596a0276e90b343f88 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/Attic/keys.sgml,v 1.6 2000/12/22 18:57:49 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/Attic/keys.sgml,v 1.7 2000/12/22 21:51:58 petere Exp $
 Indices and Keys
 -->
 
@@ -19,8 +19,8 @@ Indices and Keys
   <note>
    <title>Author</title>
    <para>
-    Written by 
-    <ulink url="mailto:herouth@oumail.openu.ac.il">Herouth Maoz</ulink>
+    Written by Herouth Maoz
+    (<email>herouth@oumail.openu.ac.il</email>)
    </para>
   </note>
 
index c06df9aab72f4f78aa4f059202aa629f518d54ce..a8dac2a67d593ef3abacdea576ea7497d65be676 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpgeasy.sgml,v 2.3 2000/05/18 14:24:31 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpgeasy.sgml,v 2.4 2000/12/22 21:51:58 petere Exp $
 -->
 
  <chapter id="pgeasy-chapter">
@@ -10,8 +10,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpgeasy.sgml,v 2.3 2000/05/18 14:24
 
    <para>
     Written by Bruce Momjian
-    (<ulink url="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</ulink>)
-    and last updated 2000-03-30.
+    (<email>pgman@candle.pha.pa.us</email>)
+    and last updated 2000-03-30
    </para>
   </note>
 
index c2682525e1300cd3bfe6f887957588838625c06d..8de2c5ed3f719d29ada361641c354239da3e3697 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/Attic/lisp.sgml,v 2.3 2000/05/02 20:01:52 thomas Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/Attic/lisp.sgml,v 2.4 2000/12/22 21:51:58 petere Exp $
 -->
 
  <chapter id="lisp">
@@ -15,9 +15,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/lisp.sgml,v 2.3 2000/05/02 20:01:52 t
   <note>
    <title>Author</title>
    <para>
-    Written by
-    <ulink url="mailto:emarsden@mail.dotcom.fr">Eric Marsden</ulink>
-    on 21 Jul 1999.
+    Written by Eric Marsden <email>emarsden@mail.dotcom.fr</email>
+    on 1999-07-21
    </para>
   </note>
 
index 724aa0d30fb8fe7f2cb04f2feaffccac88b5034f..c7313fe1a2bfb23d8c90ea8e8ed270429d7ffd03 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/mvcc.sgml,v 2.10 2000/10/11 18:29:52 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/mvcc.sgml,v 2.11 2000/12/22 21:51:58 petere Exp $
 -->
 
  <chapter id="mvcc">
@@ -11,7 +11,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/mvcc.sgml,v 2.10 2000/10/11 18:29:52 tgl Ex
     (MVCC)
     is an advanced technique for improving database performance in a
     multi-user environment. 
-    <ulink url="mailto:vadim@krs.ru">Vadim Mikheev</ulink> provided
+    Vadim Mikheev (<email>vadim@krs.ru</email>) provided
     the implementation for <productname>Postgres</productname>.
    </para>
   </abstract>
index e6faf72fecd592a30da0bd50d098ed56f70b7e47..9661beb6584c0c504835025009886b38e91812d4 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/notation.sgml,v 1.12 2000/12/22 19:31:56 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/notation.sgml,v 1.13 2000/12/22 21:51:58 petere Exp $
 -->
 
 <sect1 id="terminology">
@@ -101,8 +101,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/notation.sgml,v 1.12 2000/12/22 19:31:56 pe
    the notation for
    flagging commands is not universally consistant throughout the
    documentation set.
-   Please report problems to
-   <ulink url="mailto:docs@postgresql.org">the Documentation Mailing List</ulink>.
+   Please report problems to the documentation mailing list
+   <email>pgsql-docs@postgresql.org</email>.
   </para>
  </note>
 
index 45b4c8347f7509c8a3856bb563fabd85e5b10368..9acb962a18eb5ec196211d3593ce4a38df4cf76c 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/Attic/odbc.sgml,v 1.19 2000/12/22 18:57:49 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/Attic/odbc.sgml,v 1.20 2000/12/22 21:51:58 petere Exp $
 -->
 
  <chapter id="odbc">
@@ -21,8 +21,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/odbc.sgml,v 1.19 2000/12/22 18:57:49
 
   <note>
    <para>
-    Background information originally by
-    <ulink url="mailto:tgoeke@xpressway.com">Tim Goeke</ulink>
+    Background information originally by Tim Goeke
+    (<email>tgoeke@xpressway.com</email>)
    </para>
   </note>
 
@@ -523,8 +523,8 @@ TextAsLongVarchar=0
         The September release of ApplixWare v4.4.1 (the first release with official
         <acronym>ODBC</acronym> support under Linux) shows problems when usernames
         exceed eight (8) characters in length.
-        Problem description ontributed by 
-        <ulink url="mailto:scampbell@lear.com">Steve Campbell</ulink>.
+        Problem description ontributed by Steve Campbell
+        (<email>scampbell@lear.com</email>).
        </para>
        </listitem>
       </varlistentry>
@@ -537,9 +537,8 @@ TextAsLongVarchar=0
       <title>Author</title>
 
       <para>
-       Contributed by 
-       <ulink url="mailto:scampbell@lear.com">Steve Campbell</ulink> on
-       1998-10-20.
+       Contributed by Steve Campbell (<email>scampbell@lear.com</email>),
+       1998-10-20
       </para>
      </note>
 
index e8a40f2a7d6ab4d7cb6dff763ab5d3df3e039d7c..2bc5148115e41f19d7c5676cf207d46398234c1b 100644 (file)
   <title>Where to report bugs</title>
 
   <para>
-   In general, send bug reports to
-   <ulink url="mailto:pgsql-bugs@postgresql.org">the bug report
-    mailing list</ulink>.
+   In general, send bug reports to the bug report mailing list at
+   <email>pgsql-bugs@postgresql.org</email>.
    You are invited to find a descriptive subject for your email
    message, perhaps parts of the error message.
   </para>
 
   <para> 
    Do not send bug reports to any of the user mailing lists, such as
-
-   <ulink url="mailto:pgsql-sql@postgresql.org">the SQL language
-    mailing list</ulink>
-   or
-   <ulink url="mailto:pgsql-general@postgresql.org">the general topics
-    mailing list</ulink>.
+   <email>pgsql-sql@postgresql.org</email> or
+   <email>pgsql-general@postgresql.org</email>.
    These mailing lists are for answering
    user questions and their subscribers normally do not wish to receive
    bug reports. More importantly, they are unlikely to fix them.
 
   <para>
    Also, please do <emphasis>not</emphasis> send reports to
-   <ulink url="mailto:pgsql-hackers@postgresql.org">the developers'
-    mailing list</ulink>.
+   the developers' mailing list <email>pgsql-hackers@postgresql.org</email>.
    This list is for discussing the
    development of <productname>PostgreSQL</productname> and it would be nice
    if we could keep the bug reports separate. We might choose to take up a
 
   <para>
    If you have a problem with the documentation, send email to
-   <ulink url="mailto:pgsql-docs@postgresql.org">the documentation
-    mailing list</ulink>.
+   the documentation mailing list <email>pgsql-docs@postgresql.org</email>.
    Mention the document, chapter, and sections in your problem report.
   </para>
  
   <para>
    If your bug is a portability problem on a non-supported platform,
-   send mail to
-   <ulink url="mailto:pgsql-ports@postgresql.org">the porting issues mail list</ulink>,
+   send mail to <email>pgsql-ports@postgresql.org</email>,
    so we (and you) can work on
    porting <productname>PostgreSQL</productname> to your platform.
   </para>
     subscribe to the special pgsql-loophole mailing list, which
     allows you to post to all <productname>PostgreSQL</productname>
     mailing lists without receiving any messages. Send email to
-    <ulink url="mailto:pgsql-loophole-request@postgresql.org">pgsql-loophole-request@postgresql.org</ulink>
+    <email>pgsql-loophole-request@postgresql.org</email>
     to subscribe.
    </para>
   </note>
index bcf3399ebcc11610cdc0f8e4a957f18053105489..5a813ed33939f69a99155305c46cbaf8840baed7 100644 (file)
@@ -11,8 +11,8 @@
 <Para>
 <Note>
 <Para>
-Written by <ULink url="mailto:phil@river-bank.demon.co.uk">Phil Thompson</ULink>.
-Updates for protocol 2.0 by <ULink url="mailto:tgl@sss.pgh.pa.us">Tom Lane</ULink>.
+Written by Phil Thompson (<email>phil@river-bank.demon.co.uk</email>).
+Updates for protocol 2.0 by Tom Lane (<email>tgl@sss.pgh.pa.us</email>).
 </Para>
 </Note>
 </para>
index adb1243510158f9b9f34def124aedfdab9f25e5a..34b1ff5c564dcceaee9f9694a5645b9415192723 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.70 2000/12/21 22:55:27 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.71 2000/12/22 21:51:58 petere Exp $
 -->
 
  <chapter id="release">
@@ -724,7 +724,7 @@ Enhancements
 ------------
 New CLI interface include file sqlcli.h, based on SQL3/SQL98
 Remove all limits on query length, row length limit still exists (Tom)
-Update jdbc protocol to 2.0 (<ulink url="mailto:jens@jens.de">Jens Glaser</ulink>)
+Update jdbc protocol to 2.0 (Jens Glaser <email>jens@jens.de</email>)
 Add TRUNCATE command to quickly truncate relation (Mike Mascari)
 Fix to give super user and createdb user proper update catalog rights (Peter E)
 Allow ecpg bool variables to have NULL values (Christof)
@@ -745,7 +745,7 @@ Allow WHERE restriction on ctid (physical heap location) (Hiroshi)
 Move pginterface from contrib to interface directory, rename to pgeasy (Bruce)
 Change pgeasy connectdb() parameter ordering (Bruce)
 Require SELECT DISTINCT target list to have all ORDER BY columns (Tom)
-Add Oracle's COMMENT ON command (<ulink url="mailto:mascarim@yahoo">Mike Mascari</ulink>)
+Add Oracle's COMMENT ON command (Mike Mascari <email>mascarim@yahoo.com</email>)
 libpq's PQsetNoticeProcessor function now returns previous hook(Peter E)
 Prevent PQsetNoticeProcessor from being set to NULL (Peter E)
 Make USING in COPY optional (Bruce)
@@ -939,7 +939,7 @@ Add scripts for checking includes (Bruce)
 Remove un-needed #include's from *.c files (Bruce)
 Change #include's to use &lt;&gt; and "" as appropriate (Bruce)
 Enable WIN32 compilation of libpq
-Alpha spinlock fix from <ulink url="mailto:gatgul@voicenet.com">Uncle George</ulink>
+Alpha spinlock fix from Uncle George <email>gatgul@voicenet.com</email>
 Overhaul of optimizer data structures (Tom)
 Fix to cygipc library (Yutaka Tanida)
 Allow pgsql to work on newer Cygwin snapshots (Dan)
@@ -957,7 +957,7 @@ Fix for plpgsql on BSDI
 Add SQL_ASCII test case to the regression test (Tatsuo)
 configure --with-mb now deprecated (Tatsuo)
 NT fixes
-NetBSD fixes <ulink url="mailto:lamj@stat.cmu.edu">Johnny C. Lam</ulink>
+NetBSD fixes (Johnny C. Lam <email>lamj@stat.cmu.edu</email>)
 Fixes for Alpha compiles
 New multibyte encodings
      </programlisting>
index a0028668a372660f5e4861e9f2b71c7d3545d079..4d3f0f8ccad1e3f4ba86494129d0a677ac185ca0 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/Attic/y2k.sgml,v 1.7 2000/05/02 20:01:53 thomas Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/Attic/y2k.sgml,v 1.8 2000/12/22 21:51:58 petere Exp $
 -->
 
 <sect1 id="y2k">
@@ -9,8 +9,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/y2k.sgml,v 1.7 2000/05/02 20:01:53 th
   <title>Author</title>
 
   <para>
-   Written by 
-   <ulink url="mailto:lockhart@alumni.caltech.edu">Thomas Lockhart</ulink>
+   Written by Thomas Lockhart
+   (<email>lockhart@alumni.caltech.edu</email>)
    on 1998-10-22. Updated 2000-03-31.
   </para>
  </note>