1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-20 05:03:10 +03:00

Update libpgeasy e-mail address

This commit is contained in:
Bruce Momjian
2000-04-27 18:45:43 +00:00
parent d6eac08f11
commit fb7318a632
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpgeasy.sgml,v 2.1 2000/03/31 03:26:21 thomas Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpgeasy.sgml,v 2.2 2000/04/27 18:45:43 momjian Exp $
--> -->
<chapter id="pgeasy-chapter"> <chapter id="pgeasy-chapter">
@ -10,7 +10,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpgeasy.sgml,v 2.1 2000/03/31 03:26
<para> <para>
Written by Bruce Momjian Written by Bruce Momjian
(<ulink url="mailto:root@candle.pha.pa.us">root@candle.pha.pa.us</ulink>) (<ulink url="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</ulink>)
and last updated 2000-03-30. and last updated 2000-03-30.
</para> </para>
</note> </note>

View File

@ -7,4 +7,4 @@ Attached is a copy of the Postgres support routines I wrote to allow me
to more cleanly interface to the libpq library, more like a 4gl SQL to more cleanly interface to the libpq library, more like a 4gl SQL
interface. interface.
Bruce Momjian (root@candle.pha.pa.us) Bruce Momjian (pgman@candle.pha.pa.us)