diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/func.sgml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 4f7195c5082..6788ba8ef4a 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -8131,13 +8131,11 @@ SELECT regexp_match('abc01234xyz', '(?:(.*?)(\d+)(.*)){1,1}'); </row> <row> <entry><literal>TZ</literal></entry> - <entry>upper case time-zone abbreviation - (only supported in <function>to_char</function>)</entry> + <entry>upper case time-zone abbreviation</entry> </row> <row> <entry><literal>tz</literal></entry> - <entry>lower case time-zone abbreviation - (only supported in <function>to_char</function>)</entry> + <entry>lower case time-zone abbreviation</entry> </row> <row> <entry><literal>TZH</literal></entry> @@ -8149,8 +8147,8 @@ SELECT regexp_match('abc01234xyz', '(?:(.*?)(\d+)(.*)){1,1}'); </row> <row> <entry><literal>OF</literal></entry> - <entry>time-zone offset from UTC - (only supported in <function>to_char</function>)</entry> + <entry>time-zone offset from UTC (<replaceable>HH</replaceable> + or <replaceable>HH</replaceable><literal>:</literal><replaceable>MM</replaceable>)</entry> </row> </tbody> </tgroup> |