diff options
| author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-12-18 16:23:34 +0000 |
|---|---|---|
| committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-12-18 16:23:34 +0000 |
| commit | c0d816c57a21d161dca18c9f7b28b4bd27ba7d92 (patch) | |
| tree | 428a74efa526503184846572ded984ef052022f5 /doc/src/sgml/postgres.sgml | |
| parent | 5ac3cd0f0c9ad2886169c18a4ca3577f93cffc88 (diff) | |
| download | postgresql-c0d816c57a21d161dca18c9f7b28b4bd27ba7d92.tar.gz | |
Fix typos in rules.sgml.
Add Emacs configuration block to postgres.sgml.
Diffstat (limited to 'doc/src/sgml/postgres.sgml')
| -rw-r--r-- | doc/src/sgml/postgres.sgml | 29 |
1 files changed, 25 insertions, 4 deletions
diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml index 54d04acbc5..3a04bf64f8 100644 --- a/doc/src/sgml/postgres.sgml +++ b/doc/src/sgml/postgres.sgml @@ -1,11 +1,15 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.14 1998/10/31 09:36:34 thomas Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.15 1998/12/18 16:23:34 thomas Exp $ Postgres integrated documentation. Other subset docs should be copied and shrunk from here. thomas 1998-02-23 $Log: postgres.sgml,v $ +Revision 1.15 1998/12/18 16:23:34 thomas +Fix typos in rules.sgml. +Add Emacs configuration block to postgres.sgml. + Revision 1.14 1998/10/31 09:36:34 thomas Cleanup for v6.4 release. Make new file current.sgml to hold release info for the current release. @@ -67,7 +71,7 @@ Move SQL reference pages up into the User's Guide. <!entity pgaccess SYSTEM "pgaccess.sgml"> <!-- reference pages --> -<!entity % allfiles SYSTEM "allfiles.sgml"> +<!entity % allfiles SYSTEM "ref/allfiles.sgml"> %allfiles; <!-- administrator's guide --> @@ -183,8 +187,8 @@ Your name here... now becoming available in some commercial databases. It provides SQL92/SQL3 language support, transaction integrity, and type extensibility. - <ProductName>PostgreSQL</ProductName> is a public-domain, open source descendant - of this original Berkeley code. + <ProductName>PostgreSQL</ProductName> is a public-domain, + open source descendant of this original Berkeley code. </Para> </Preface> @@ -321,3 +325,20 @@ Omit index until we have some index entries. --> </Book> + +<!-- Keep this comment at the end of the file +Local variables: +mode: sgml +sgml-omittag:t +sgml-shorttag:t +sgml-minimize-attributes:nil +sgml-always-quote-attributes:t +sgml-indent-step:1 +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-ecat-files:nil +End: +--> |
