|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.14 1998/10/31 09:36:34 thomas Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.15 1998/12/18 16:23:34 thomas Exp $ |
3 | 3 |
|
4 | 4 | Postgres integrated documentation.
|
5 | 5 | Other subset docs should be copied and shrunk from here.
|
6 | 6 | thomas 1998-02-23
|
7 | 7 |
|
8 | 8 | $Log: postgres.sgml,v $
|
| 9 | +Revision 1.15 1998/12/18 16:23:34 thomas |
| 10 | +Fix typos in rules.sgml. |
| 11 | +Add Emacs configuration block to postgres.sgml. |
| 12 | + |
9 | 13 | Revision 1.14 1998/10/31 09:36:34 thomas
|
10 | 14 | Cleanup for v6.4 release.
|
11 | 15 | 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.
|
67 | 71 | <!entity pgaccess SYSTEM "pgaccess.sgml">
|
68 | 72 |
|
69 | 73 | <!-- reference pages -->
|
70 |
| -<!entity % allfiles SYSTEM "allfiles.sgml"> |
| 74 | +<!entity % allfiles SYSTEM "ref/allfiles.sgml"> |
71 | 75 | %allfiles;
|
72 | 76 |
|
73 | 77 | <!-- administrator's guide -->
|
@@ -183,8 +187,8 @@ Your name here...
|
183 | 187 | now becoming available in some commercial databases.
|
184 | 188 | It provides SQL92/SQL3 language support,
|
185 | 189 | transaction integrity, and type extensibility.
|
186 |
| - <ProductName>PostgreSQL</ProductName> is a public-domain, open source descendant |
187 |
| - of this original Berkeley code. |
| 190 | + <ProductName>PostgreSQL</ProductName> is a public-domain, |
| 191 | + open source descendant of this original Berkeley code. |
188 | 192 | </Para>
|
189 | 193 | </Preface>
|
190 | 194 |
|
@@ -321,3 +325,20 @@ Omit index until we have some index entries.
|
321 | 325 | -->
|
322 | 326 |
|
323 | 327 | </Book>
|
| 328 | + |
| 329 | +<!-- Keep this comment at the end of the file |
| 330 | +Local variables: |
| 331 | +mode: sgml |
| 332 | +sgml-omittag:t |
| 333 | +sgml-shorttag:t |
| 334 | +sgml-minimize-attributes:nil |
| 335 | +sgml-always-quote-attributes:t |
| 336 | +sgml-indent-step:1 |
| 337 | +sgml-indent-data:t |
| 338 | +sgml-parent-document:nil |
| 339 | +sgml-default-dtd-file:"./reference.ced" |
| 340 | +sgml-exposed-tags:nil |
| 341 | +sgml-local-catalogs:"/usr/lib/sgml/CATALOG" |
| 342 | +sgml-local-ecat-files:nil |
| 343 | +End: |
| 344 | +--> |
0 commit comments