File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -1442,6 +1442,9 @@ SELECT E'\\xDEADBEEF';
14421442 <indexterm zone="datatype-datetime">
14431443 <primary>timestamp</primary>
14441444 </indexterm>
1445+ <indexterm zone="datatype-datetime">
1446+ <primary>timestamptz</primary>
1447+ </indexterm>
14451448 <indexterm zone="datatype-datetime">
14461449 <primary>timestamp with time zone</primary>
14471450 </indexterm>
@@ -1535,7 +1538,9 @@ SELECT E'\\xDEADBEEF';
15351538 be equivalent to <type>timestamp without time
15361539 zone</type>, and <productname>PostgreSQL</productname> honors that
15371540 behavior. (Releases prior to 7.3 treated it as <type>timestamp
1538- with time zone</type>.)
1541+ with time zone</type>.) <type>timestamptz</type> is taken as an
1542+ abbreviation for <type>timestamp with time zone</type>; this is a
1543+ <productname>PostgreSQL</productname> extension.
15391544 </para>
15401545 </note>
15411546
You can’t perform that action at this time.
0 commit comments