pgsql: docs: land height is "elevation", not "altitude"

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: docs: land height is "elevation", not "altitude"
Date: 2020-04-22 20:23:27
Message-ID: E1jRLu3-0000fT-AR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

docs: land height is "elevation", not "altitude"

See https://mapscaping.com/blogs/geo-candy/what-is-the-difference-between-elevation-relief-and-altitude
No patching of regression tests.

Reported-by: taf1(at)cornell(dot)edu

Discussion: https://postgr.es/m/158506544539.679.2278386310645558048@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/b0b216853883d2384c70fff66cae26b7d54cbc16

Modified Files
--------------
doc/src/sgml/advanced.sgml | 42 ++++++++++++++--------------
doc/src/sgml/ddl.sgml | 70 +++++++++++++++++++++++-----------------------
2 files changed, 56 insertions(+), 56 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2020-04-22 22:44:55 pgsql: Fix cost_incremental_sort for expressions with varno 0
Previous Message Tom Lane 2020-04-22 19:27:49 pgsql: Sync up some inconsistent comments in config/c-compiler.m4.