Update porting list.
authorThomas G. Lockhart
Tue, 11 Apr 2000 05:39:15 +0000 (05:39 +0000)
committerThomas G. Lockhart
Tue, 11 Apr 2000 05:39:15 +0000 (05:39 +0000)
Fix markup to get clean compile.

doc/src/sgml/advanced.sgml
doc/src/sgml/ports.sgml
doc/src/sgml/query.sgml
doc/src/sgml/ref/comment.sgml
doc/src/sgml/ref/create_index.sgml
doc/src/sgml/ref/update.sgml

index af7030e392a392d5b6acf97c5b0e8635698779e9..3444abfb42def0f3e3c3bed496ac0a1305cda769 100644 (file)
@@ -1,5 +1,5 @@
 
 
  
@@ -234,105 +234,6 @@ SELECT SAL_EMP.schedule[1:2][1:1]
    
   
 
-
-
   
    More Advanced Features
 
index c4e426683c2ebc95f5b55ab53f5dc6d07c369ddb..7247ec6c18ddb275031757e1dc2b4267e3e52839 100644 (file)
     (Tatsuo Ishii)
        
        
-   NetBSD
+   NetBSD 1.4
    arm32
-   v6.5
-   1999-04-14
+   v7.0
+   2000-04-08
+   (Patrick
+     Welche)
+
        
        
    NetBSD 1.4U
index 971be248387525e628475b6ca09cd5ee595acce4..ef519c734667a12ef9892f00f947e9eeeed67036 100644 (file)
@@ -1,5 +1,5 @@
 
 
  
@@ -21,8 +21,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/query.sgml,v 1.10 2000/04/07 13:30:58 thoma
    flavor of SQL and is in no way a complete  tutorial  on
    SQL.  Numerous  books  have  been  written  on
    SQL92, including
-   -title"> and
-   -title">.
+    and
+   .
    You should be  aware  that  some language features 
    are extensions to the ANSI standard.
   
index 21f1e7b993d5155ca8c30dd6a56fa43d1bb35eb4..af127beeedd445c8cec8b17d41c70799b10b9a5c 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -101,7 +101,7 @@ COMMENT
   
    COMMENT adds a comment to an object that can be 
     easily retrieved with psql's
-    ze>\dd> command.
+    s>\dd> command.
     To remove a comment, use NULL.
     Comments are automatically dropped when the object is dropped.
   
index 6ed340f377de54f8788efbd94add40e0d913421c..13f9f612e09581b8002b49a900ee61085b0a847b 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -46,8 +46,8 @@ CREATE [ UNIQUE ] INDEX index_name
    Causes the system to check for
    duplicate values in the table when the index is created (if data
    already exist) and each time data is added. Attempts to
-   insert or update non-duplicate data will generate an
-   error.
+   insert or update data which would result in duplicate entries
+   will generate an error.
        
       
      
index 8f4858de3bd7064162cdf9e9b06955016c816141..ff668a6254f3d930aec2d650dce5ca76dec301fd 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -182,7 +182,7 @@ SELECT * FROM films WHERE kind = 'Dramatic' OR kind = 'Drama';
     the positioned UPDATE statement:
 
     
-UPDATE table SET column = expression [, ...]
+UPDATE table SET column = expression [, ...]
     WHERE CURRENT OF cursor