diff options
author | Bruce Momjian <bruce@momjian.us> | 2018-11-21 16:55:40 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2018-11-21 16:55:40 -0500 |
commit | 2925d004140f1ee98b84b048fbfc633b9f15806b (patch) | |
tree | c27dd97ccd640ba7007a20d97fe9d486ad427818 | |
parent | 7e89e61d1b2fbb3851e4da64b3dbd971a3cf0fa6 (diff) | |
download | postgresql-2925d004140f1ee98b84b048fbfc633b9f15806b.tar.gz postgresql-2925d004140f1ee98b84b048fbfc633b9f15806b.zip |
doc: adjust time zone names text
Reported-by: Kevin <kcolagio@gmail.com>
Discussion: https://postgr.es/m/154082462281.30897.14043119084654378035@wrigleys.postgresql.org
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 adc779d08ec..d50a9b1a265 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -2419,7 +2419,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 by much other software. + names are also recognized other software. </para> </listitem> <listitem> |