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 | 0c70dbb52e677a5ce0a0661533a5d0ef7feabe30 (patch) | |
tree | 573e938f45fe0e6b983fe957f21c75e0488e57eb | |
parent | 3954554464a5cc62651f6f15fa1a053251060ebb (diff) |
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 dbf15bb2b88..9e2e90a9e67 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 by much other software. + names are also recognized other software. </para> </listitem> <listitem> |