From 1e0cba90fd535f5bbe866394ebf98f7e1b1cfde3 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 24 Mar 2007 16:46:28 +0000 Subject: [PATCH] Fix broken markup. --- doc/src/sgml/array.sgml | 4 ++-- doc/src/sgml/information_schema.sgml | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/array.sgml b/doc/src/sgml/array.sgml index 21f01e4258..dc80f516e3 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 631a84bc4c..35b17e5466 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 - -