File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -554,18 +554,6 @@ PostgreSQL documentation
554
554
</para>
555
555
</note>
556
556
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>
569
557
</listitem>
570
558
</varlistentry>
571
559
You can’t perform that action at this time.
0 commit comments