Fix broken markup.
authorTom Lane <[email protected]>
Sat, 24 Mar 2007 16:46:28 +0000 (16:46 +0000)
committerTom Lane <[email protected]>
Sat, 24 Mar 2007 16:46:28 +0000 (16:46 +0000)
doc/src/sgml/array.sgml
doc/src/sgml/information_schema.sgml

index d4352e4d1e083bc2a7c43d0c198db6bd3c36d99a..1adbf6be85de70b14bb56a2161038a6fa9e7fde5 100644 (file)
@@ -248,7 +248,7 @@ SELECT schedule[1:2][1:1] FROM sal_emp WHERE name = 'Bill';
   assumed to be <literal>[1:1]</>.  If a dimension has only a single
   number (no colon), that dimension is treated as being from <literal>1</>
   to the number specified.  For example, <literal>[2]</> is treated as
-  <literal>[1:2], as in this example:
+  <literal>[1:2]</>, as in this example:
 
 <programlisting>
 SELECT schedule[1:2][2] FROM sal_emp WHERE name = 'Bill';
index 53a22beff5ab8e099b191626a4e2120a766cdb14..ad345e759476f0c10c31ac7c70a5cf1d5d777ffe 100644 (file)
@@ -2094,8 +2094,6 @@ ORDER BY c.ordinal_position;
       <entry><type>cardinal_number</type></entry>
       <entry>Always null, because arrays always have unlimited maximum cardinality in <productname>PostgreSQL</></entry>
      </row>
-
-     </row>
     </tbody>
    </tgroup>
   </table>