Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitafc8f47

Browse files
committed
Document timestamptz a little better.
1 parent03db44e commitafc8f47

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎doc/src/sgml/datatype.sgml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp