From c0d816c57a21d161dca18c9f7b28b4bd27ba7d92 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Fri, 18 Dec 1998 16:23:34 +0000 Subject: [PATCH] Fix typos in rules.sgml. Add Emacs configuration block to postgres.sgml. --- doc/src/sgml/postgres.sgml | 29 +++++++++++++++++++++++++---- doc/src/sgml/rules.sgml | 4 ++-- 2 files changed, 27 insertions(+), 6 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 @@ - + %allfiles; @@ -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. - PostgreSQL is a public-domain, open source descendant - of this original Berkeley code. + PostgreSQL is a public-domain, + open source descendant of this original Berkeley code. @@ -321,3 +325,20 @@ Omit index until we have some index entries. --> + + diff --git a/doc/src/sgml/rules.sgml b/doc/src/sgml/rules.sgml index bbd451777f..c3d7adb480 100644 --- a/doc/src/sgml/rules.sgml +++ b/doc/src/sgml/rules.sgml @@ -169,7 +169,7 @@ In INSERT queries the targetlist describes the new rows that should go into the resultrelation. Missing columns of the resultrelation will be added by the optimizer with a constant - NULL expression. It are the expressions in the VALUES clause + NULL expression. It is the expressions in the VALUES clause or the ones from the SELECT clause on INSERT ... SELECT. @@ -178,7 +178,7 @@ replace the old ones. Here now the optimizer will add missing columns by inserting expressions that put the values from the old rows into the new one. And it will add the special entry - like for DELETE too. It are the expressions from the + like for DELETE too. It is the expressions from the SET attribute = expression part of the query. -- 2.40.0