mirror of
https://github.com/postgres/postgres.git
synced 2025-06-22 02:52:08 +03:00
Document timestamptz a little better.
This commit is contained in:
@ -1442,6 +1442,9 @@ SELECT E'\\xDEADBEEF';
|
|||||||
<indexterm zone="datatype-datetime">
|
<indexterm zone="datatype-datetime">
|
||||||
<primary>timestamp</primary>
|
<primary>timestamp</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
|
<indexterm zone="datatype-datetime">
|
||||||
|
<primary>timestamptz</primary>
|
||||||
|
</indexterm>
|
||||||
<indexterm zone="datatype-datetime">
|
<indexterm zone="datatype-datetime">
|
||||||
<primary>timestamp with time zone</primary>
|
<primary>timestamp with time zone</primary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
@ -1535,7 +1538,9 @@ SELECT E'\\xDEADBEEF';
|
|||||||
be equivalent to <type>timestamp without time
|
be equivalent to <type>timestamp without time
|
||||||
zone</type>, and <productname>PostgreSQL</productname> honors that
|
zone</type>, and <productname>PostgreSQL</productname> honors that
|
||||||
behavior. (Releases prior to 7.3 treated it as <type>timestamp
|
behavior. (Releases prior to 7.3 treated it as <type>timestamp
|
||||||
with time zone</type>.)
|
with time zone</type>.) <type>timestamptz</type> is taken as an
|
||||||
|
abbreviation for <type>timestamp with time zone</type>; this is a
|
||||||
|
<productname>PostgreSQL</productname> extension.
|
||||||
</para>
|
</para>
|
||||||
</note>
|
</note>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user