Fix markup
authorPeter Eisentraut
Mon, 11 Mar 2002 05:03:52 +0000 (05:03 +0000)
committerPeter Eisentraut
Mon, 11 Mar 2002 05:03:52 +0000 (05:03 +0000)
doc/src/sgml/libpq.sgml
doc/src/sgml/ref/psql-ref.sgml
doc/src/sgml/runtime.sgml
doc/src/sgml/xfunc.sgml

index 34ab2bb59f85042ce4c8177e590a160bce93ed92..843e96be883d5f45b969ab3be21bed32e690f2ea 100644 (file)
@@ -1,5 +1,5 @@
 
 
  
@@ -964,7 +964,7 @@ strings overlap.
     unsigned char *PQunescapeBytea(unsigned char *from, size_t *to_length);
    
 
-   The ater>from parameter points to an escaped string
+   The eter>from parameter points to an escaped string
    such as might be returned by PQgetvalue of a
    BYTEA column. PQunescapeBytea converts
    this NUL terminated string representation into binary, filling a buffer.
index 0d84d01b7ca7ba750dff7b89f7da20c140bffde9..84f783392e6db6a7dea422b6f3776114e0e74481 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -1120,12 +1120,12 @@ lo_import 152801
 
 
       
-        \timing>
+       \timing>
         
         
-        Toggles a display of how long each query takes in seconds.
+         Toggles a display of how long each query takes in seconds.
         
-        
+       
       
 
 
index c43af2ec9b6a2c7acb3c0ba91aad3e13160ef5fb..fc840a2ae6c58cd84d71c0999a6d3e2e45a616c8 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -1120,7 +1120,7 @@ env PGOPTIONS='-c geqo=off' psql
         Each SQL transaction has an isolation level, which can be either
         read committed or serializable.
         This parameter controls the default isolation level of each new
-        transaction. The default is read committed/quote>.
+        transaction. The default is read committed</quote>.
        
 
        
@@ -2094,6 +2094,7 @@ options         SEMMAP=256
         You may also want to use the sysctl setting to
         lock shared memory into RAM and prevent it from being paged out
         to swap.
+       
       
      
 
index 94c664cbce1bb0cf23131343f53a7f016a6b17e7..73c0287d446e2ef41a300387b6ba59a57b0a5a91 100644 (file)
@@ -1,5 +1,5 @@
 
 
  
@@ -1319,10 +1319,11 @@ concat_text(PG_FUNCTION_ARGS)
     value be returned. These routines provide more efficient access to
     parts of large values in the case where they have storage type
     "external". (The storage type of a column can be specified using
-    <command>ALTER TABLE aceable>tablename ALTER
+    <literal>ALTER TABLE aceable>tablename ALTER
     COLUMN colname SET STORAGE
-    storagetype. Storage type is one of
-    plain, external, extended or main.)
+    storagetype. Storage type is one of
+    plain, external, extended,
+     or main.)