diff options
author | Bruce Momjian <bruce@momjian.us> | 2018-11-21 17:20:15 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2018-11-21 17:20:15 -0500 |
commit | e341d0336f2f1b1856d2f617cadecdb97356232b (patch) | |
tree | 121e565ec8c6363b9dbdf194fa6b71c7554cb868 | |
parent | 0c70dbb52e677a5ce0a0661533a5d0ef7feabe30 (diff) |
doc: adjust time zone names text, v2
Removed one too many words. Fix for
7906de847f229f391b9e6b5892b4b4a89f29edb4.
Reported-by: Thomas Munro
Backpatch-through: 9.4
-rw-r--r-- | doc/src/sgml/datatype.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 9e2e90a9e67..b330cae7de2 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -2410,7 +2410,7 @@ January 8 04:05:06 1999 PST linkend="view-pg-timezone-names">). <productname>PostgreSQL</productname> uses the widely-used IANA time zone data for this purpose, so the same time zone - names are also recognized other software. + names are also recognized by other software. </para> </listitem> <listitem> |