Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit902b57c

Browse files
committed
doc: Remove reference to pre-8.2 pg_dump behaviour
The behavioural change in the -t/--table option happened around 15 yearsago and there seems little point in keeping it around.Author: Ian BarwickDiscussion:https://www.postgresql.org/message-id/CAB8KJ%3Dh-XALik4M7gv-pX48%3D%2BSPWexfaYwa%2ByTnPwD3DxceXrg%40mail.gmail.com
1 parent22b73d3 commit902b57c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

‎doc/src/sgml/ref/pg_dump.sgml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -554,18 +554,6 @@ PostgreSQL documentation
554554
</para>
555555
</note>
556556

557-
<note>
558-
<para>
559-
The behavior of the <option>-t</option> switch is not entirely upward
560-
compatible with pre-8.2 <productname>PostgreSQL</productname>
561-
versions. Formerly, writing <literal>-t tab</literal> would dump all
562-
tables named <literal>tab</literal>, but now it just dumps whichever one
563-
is visible in your default search path. To get the old behavior
564-
you can write <literal>-t '*.tab'</literal>. Also, you must write something
565-
like <literal>-t sch.tab</literal> to select a table in a particular schema,
566-
rather than the old locution of <literal>-n sch -t tab</literal>.
567-
</para>
568-
</note>
569557
</listitem>
570558
</varlistentry>
571559

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp