From 06f008e154b217d3d6e4086014477977d84545ba Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 8 Nov 2001 23:36:55 +0000 Subject: [PATCH] Spacing improvements --- doc/src/sgml/datatype.sgml | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 42f49d2ea7..83ffcca275 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -1,5 +1,5 @@ @@ -1440,17 +1440,17 @@ SELECT b, char_length(b) FROM test2; BC, followed by an optional time zone. (See below.) Thus - + 1999-01-08 04:05:06 - + is a valid timestamp without time zone value that is ISO-compliant. In addition, the wide-spread format - + January 8 04:05:06 1999 PST - + is supported. @@ -1476,16 +1476,16 @@ January 8 04:05:06 1999 PST BC, followed by an optional time zone. (See below.) Thus - + 1999-01-08 04:05:06 -8:00 - + is a valid timestamp value that is ISO-compliant. In addition, the wide-spread format - + January 8 04:05:06 1999 PST - + is supported. @@ -1532,10 +1532,10 @@ January 8 04:05:06 1999 PST intervals can be specified with the following syntax: - + Quantity Unit [Quantity Unit...] [Direction] @ Quantity Unit [Direction] - + where: Quantity is ..., -1, 0, 1, 2, ...; @@ -1856,9 +1856,9 @@ January 8 04:05:06 1999 PST The SQL92 qualifier on - + timestamp AT TIME ZONE 'zone' - + where zone can be specified as a text time zone (e.g. 'PST') or as an interval (e.g. INTERVAL '-08:00'). @@ -1867,7 +1867,6 @@ January 8 04:05:06 1999 PST - If an invalid time zone is specified, @@ -1882,7 +1881,6 @@ January 8 04:05:06 1999 PST Australian time zones, not American ones. - -- 2.11.0