Make use of <email> tag for marking up email addresses.
This commit is contained in:
parent
0db1a951d5
commit
7558da669f
@ -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 :-)
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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 <table> COLUMNS <cols>
|
||||
<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
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -251,21 +251,16 @@
|
||||
<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.
|
||||
@ -273,8 +268,7 @@
|
||||
|
||||
<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
|
||||
@ -284,15 +278,13 @@
|
||||
|
||||
<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>
|
||||
@ -306,7 +298,7 @@
|
||||
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>
|
||||
|
@ -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>
|
||||
|
@ -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 <> 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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user