diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 2000-03-31 03:26:21 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 2000-03-31 03:26:21 +0000 |
commit | 5e55bb08fd45ba22745417d144ed65012f140a61 (patch) | |
tree | d9241d9166a833844b36838cf48f7d681d472e53 /doc/src/sgml/postgres.sgml | |
parent | f38d2afa16dc6dc3a47c230947f3aec7aec0dc3a (diff) |
Add Bruce's pgeasy doc from the man page.
Diffstat (limited to 'doc/src/sgml/postgres.sgml')
-rw-r--r-- | doc/src/sgml/postgres.sgml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml index f189b9b010e..e59289c6315 100644 --- a/doc/src/sgml/postgres.sgml +++ b/doc/src/sgml/postgres.sgml @@ -1,3 +1,7 @@ +<!-- +$Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.35 2000/03/31 03:26:21 thomas Exp $ +--> + <!doctype book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [ <!entity about SYSTEM "about.sgml"> @@ -68,6 +72,7 @@ <!entity intro-pg SYSTEM "intro-pg.sgml"> <!entity indexcost SYSTEM "indexcost.sgml"> <!entity jdbc SYSTEM "jdbc.sgml"> +<!entity libpgeasy SYSTEM "libpgeasy.sgml"> <!entity libpq SYSTEM "libpq.sgml"> <!entity libpqpp SYSTEM "libpq++.sgml"> <!entity libpgtcl SYSTEM "libpgtcl.sgml"> @@ -269,6 +274,7 @@ Your name here... &libpq; &libpqpp; &libpgtcl; + &libpgeasy; &odbc; &jdbc; &lisp; @@ -345,7 +351,7 @@ sgml-indent-data:t sgml-parent-document:nil sgml-default-dtd-file:"./reference.ced" sgml-exposed-tags:nil -sgml-local-catalogs:("/usr/lib/sgml/CATALOG") +sgml-local-catalogs:("/usr/lib/sgml/catalog") sgml-local-ecat-files:nil End: --> |