Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e5226 commit 8247236Copy full SHA for 8247236
doc/src/sgml/datatype.sgml
@@ -2205,8 +2205,10 @@ January 8 04:05:06 1999 PST
2205
historical accident.) <xref
2206
linkend="datatype-datetime-output-table"> shows examples of each
2207
output style. The output of the <type>date</type> and
2208
- <type>time</type> types is of course only the date or time part
2209
- in accordance with the given examples.
+ <type>time</type> types is generally only the date or time part
+ in accordance with the given examples. However, the
2210
+ <productname>POSTGRES</> style outputs date-only values in
2211
+ <acronym>ISO</acronym> format.
2212
</para>
2213
2214
<table id="datatype-datetime-output-table">
0 commit comments