pgsql: doc: Remove reference to pre-8.2 pg_dump behaviour

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Remove reference to pre-8.2 pg_dump behaviour
Date: 2020-10-23 08:52:46
Message-ID: E1kVsoY-00087W-QL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Remove reference to pre-8.2 pg_dump behaviour

The behavioural change in the -t/--table option happened around 15 years
ago and there seems little point in keeping it around.

Author: Ian Barwick
Discussion: https://www.postgresql.org/message-id/CAB8KJ%3Dh-XALik4M7gv-pX48%3D%2BSPWexfaYwa%2ByTnPwD3DxceXrg%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/902b57c9bf27b3ea2963ef832cddb38b1203130e

Modified Files
--------------
doc/src/sgml/ref/pg_dump.sgml | 12 ------------
1 file changed, 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2020-10-23 11:12:50 pgsql: doc: Fix order of protocol messages in listing
Previous Message Heikki Linnakangas 2020-10-23 06:38:39 pgsql: Fix initialization of es_result_relations in EvalPlanQualStart()