Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c0d816c

Browse files
author
Thomas G. Lockhart
committed
Fix typos in rules.sgml.
Add Emacs configuration block to postgres.sgml.
1 parent 5ac3cd0 commit c0d816c

File tree

2 files changed

+27
-6
lines changed

2 files changed

+27
-6
lines changed

doc/src/sgml/postgres.sgml

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
<!--
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 $
33

44
Postgres integrated documentation.
55
Other subset docs should be copied and shrunk from here.
66
thomas 1998-02-23
77

88
$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+
913
Revision 1.14 1998/10/31 09:36:34 thomas
1014
Cleanup for v6.4 release.
1115
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.
6771
<!entity pgaccess SYSTEM "pgaccess.sgml">
6872

6973
<!-- reference pages -->
70-
<!entity % allfiles SYSTEM "allfiles.sgml">
74+
<!entity % allfiles SYSTEM "ref/allfiles.sgml">
7175
%allfiles;
7276

7377
<!-- administrator's guide -->
@@ -183,8 +187,8 @@ Your name here...
183187
now becoming available in some commercial databases.
184188
It provides SQL92/SQL3 language support,
185189
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.
188192
</Para>
189193
</Preface>
190194

@@ -321,3 +325,20 @@ Omit index until we have some index entries.
321325
-->
322326

323327
</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+
-->

doc/src/sgml/rules.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
In INSERT queries the targetlist describes the new rows that
170170
should go into the resultrelation. Missing columns of the
171171
resultrelation will be added by the optimizer with a constant
172-
NULL expression. It are the expressions in the VALUES clause
172+
NULL expression. It is the expressions in the VALUES clause
173173
or the ones from the SELECT clause on INSERT ... SELECT.
174174
</Para>
175175

@@ -178,7 +178,7 @@
178178
replace the old ones. Here now the optimizer will add missing
179179
columns by inserting expressions that put the values from the
180180
old rows into the new one. And it will add the special entry
181-
like for DELETE too. It are the expressions from the
181+
like for DELETE too. It is the expressions from the
182182
SET attribute = expression part of the query.
183183
</Para>
184184

0 commit comments

Comments
 (0)