pgsql: doc: Remove more notes about compatibilities with past versions

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Remove more notes about compatibilities with past versions
Date: 2020-12-01 07:35:31
Message-ID: E1kk0CB-0000KF-0C@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Remove more notes about compatibilities with past versions

This is a follow-up of the work done in fa42c2e, that did not include
all the fixes previously agreed on. The contents removed here can be
confusing to the reader as they refer to rather old server versions.

Author: Stephen Frost, Tom Lane, Heikki Linnakangas, Yaroslav Schekin
Discussion: https://postgr.es/m/CAB8KJ=jYHgnxLLZSNJz7gBTck4TxomngCmGkw3nEMSNF0yL6wA@mail.gmail.com
Discussion: https://postgr.es/m/1599765595731-0.post@n3.nabble.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8a17f44c1e7a9f3d2a9da97dc3eba4184a2a453c

Modified Files
--------------
doc/src/sgml/func.sgml | 19 ++++++-------------
doc/src/sgml/gin.sgml | 10 +++++-----
doc/src/sgml/ref/select.sgml | 12 ------------
3 files changed, 11 insertions(+), 30 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2020-12-01 08:20:28 pgsql: doc: Add additional index entries for progress reporting views.
Previous Message Thomas Munro 2020-12-01 02:47:40 pgsql: Use truncate(2) where appropriate.