From: Tom Lane Date: Sat, 24 Mar 2007 16:46:28 +0000 (+0000) Subject: Fix broken markup. X-Git-Tag: REL8_2_4~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1e0cba90fd535f5bbe866394ebf98f7e1b1cfde3;p=thirdparty%2Fpostgresql.git Fix broken markup. --- diff --git a/doc/src/sgml/array.sgml b/doc/src/sgml/array.sgml index 21f01e4258b..dc80f516e3b 100644 --- a/doc/src/sgml/array.sgml +++ b/doc/src/sgml/array.sgml @@ -1,4 +1,4 @@ - + Arrays @@ -248,7 +248,7 @@ SELECT schedule[1:2][1:1] FROM sal_emp WHERE name = 'Bill'; assumed to be [1:1]. If a dimension has only a single number (no colon), that dimension is treated as being from 1 to the number specified. For example, [2] is treated as - [1:2], as in this example: + [1:2], as in this example: SELECT schedule[1:2][2] FROM sal_emp WHERE name = 'Bill'; diff --git a/doc/src/sgml/information_schema.sgml b/doc/src/sgml/information_schema.sgml index 631a84bc4c5..35b17e5466b 100644 --- a/doc/src/sgml/information_schema.sgml +++ b/doc/src/sgml/information_schema.sgml @@ -1,4 +1,4 @@ - + The Information Schema @@ -2094,8 +2094,6 @@ ORDER BY c.ordinal_position; cardinal_number Always null, because arrays always have unlimited maximum cardinality in PostgreSQL - -