]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix broken markup.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 24 Mar 2007 16:46:28 +0000 (16:46 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 24 Mar 2007 16:46:28 +0000 (16:46 +0000)
doc/src/sgml/array.sgml
doc/src/sgml/information_schema.sgml

index 21f01e4258beb62d6fc0863add1aa1d714b7f4d7..dc80f516e3b98ff8ac207dd6babbc0604e3b86c0 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/array.sgml,v 1.52.2.3 2007/02/20 14:54:51 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/array.sgml,v 1.52.2.4 2007/03/24 16:46:28 tgl Exp $ -->
 
 <sect1 id="arrays">
  <title>Arrays</title>
@@ -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 631a84bc4c58ddf8d1c20c5e5104519c3ca93032..35b17e5466bcb6e6ca79b79a888dc217d6b45b19 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.29.2.1 2007/02/20 18:47:34 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.29.2.2 2007/03/24 16:46:28 tgl Exp $ -->
 
 <chapter id="information-schema">
  <title>The Information Schema</title>
@@ -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>