aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2020-10-23 11:49:59 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2020-10-23 11:49:59 +0300
commit902b57c9bf27b3ea2963ef832cddb38b1203130e (patch)
treeba69510acc88af7172473c19d49a6a517cca517b /doc/src
parent22b73d3cb0b5bb4c141421f98dd67f091dda3c20 (diff)
downloadpostgresql-902b57c9bf27b3ea2963ef832cddb38b1203130e.tar.gz
postgresql-902b57c9bf27b3ea2963ef832cddb38b1203130e.zip
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
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/pg_dump.sgml12
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml
index a9d38945549..0aa35cf0c3b 100644
--- a/doc/src/sgml/ref/pg_dump.sgml
+++ b/doc/src/sgml/ref/pg_dump.sgml
@@ -554,18 +554,6 @@ PostgreSQL documentation
</para>
</note>
- <note>
- <para>
- The behavior of the <option>-t</option> switch is not entirely upward
- compatible with pre-8.2 <productname>PostgreSQL</productname>
- versions. Formerly, writing <literal>-t tab</literal> would dump all
- tables named <literal>tab</literal>, but now it just dumps whichever one
- is visible in your default search path. To get the old behavior
- you can write <literal>-t '*.tab'</literal>. Also, you must write something
- like <literal>-t sch.tab</literal> to select a table in a particular schema,
- rather than the old locution of <literal>-n sch -t tab</literal>.
- </para>
- </note>
</listitem>
</varlistentry>