|
1 | 1 | <!--
|
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 $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <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
|
226 | 226 | </row>
|
227 | 227 |
|
228 | 228 | <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> |
230 | 230 | <entry><type>timestamp</type></entry>
|
231 | 231 | <entry>date and time</entry>
|
232 | 232 | </row>
|
233 | 233 |
|
234 | 234 | <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> |
236 | 236 | <entry><type>timestamptz</type></entry>
|
237 | 237 | <entry>date and time, including time zone</entry>
|
238 | 238 | </row>
|
|