Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 089fb6c

Browse files
committed
Put the brackets in the right places in timestamp entries in table 8-1.
Spotted by Josh Purinton.
1 parent 1220163 commit 089fb6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/datatype.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.147 2004/08/10 00:55:02 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.148 2004/09/18 15:28:03 tgl Exp $
33
-->
44

55
<chapter id="datatype">
@@ -226,13 +226,13 @@ $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.147 2004/08/10 00:55:02 tgl Ex
226226
</row>
227227

228228
<row>
229-
<entry><type>timestamp [ (<replaceable>p</replaceable>) ] without time zone</type></entry>
229+
<entry><type>timestamp [ (<replaceable>p</replaceable>) ] [ without time zone ]</type></entry>
230230
<entry><type>timestamp</type></entry>
231231
<entry>date and time</entry>
232232
</row>
233233

234234
<row>
235-
<entry><type>timestamp [ (<replaceable>p</replaceable>) ] [ with time zone ]</type></entry>
235+
<entry><type>timestamp [ (<replaceable>p</replaceable>) ] with time zone</type></entry>
236236
<entry><type>timestamptz</type></entry>
237237
<entry>date and time, including time zone</entry>
238238
</row>

0 commit comments

Comments
 (0)