diff options
author | Bruce Momjian <bruce@momjian.us> | 2018-11-21 16:55:39 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2018-11-21 16:55:39 -0500 |
commit | 4ca54a646f4b115e5b66bdef3f93bcb45105045b (patch) | |
tree | 602215e69e3cff1e74d8fdd51c77a3f42284acff /doc/src | |
parent | 8345bd40acdad115e9cafac744fbe565dedbd68e (diff) | |
download | postgresql-4ca54a646f4b115e5b66bdef3f93bcb45105045b.tar.gz postgresql-4ca54a646f4b115e5b66bdef3f93bcb45105045b.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
Diffstat (limited to 'doc/src')
-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 ed61146e64c..bfb400fa14d 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -2413,7 +2413,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> |