File tree 2 files changed +9
-5
lines changed 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -117,9 +117,12 @@ PostgreSQL documentation
117
117
<term><option>--path=<replaceable>path</replaceable></option></term>
118
118
<listitem>
119
119
<para>
120
- Directory in which to find log segment files. The default is to search
121
- for them in the <literal>pg_xlog</literal> subdirectory of the current
122
- directory.
120
+ Specifies a directory to search for log segment files or a
121
+ directory with a <literal>pg_xlog</literal> subdirectory that
122
+ contains such files. The default is to search in the current
123
+ directory, the <literal>pg_xlog</literal> subdirectory of the
124
+ current directory, and the <literal>pg_xlog</literal> subdirectory
125
+ of <envar>PGDATA</envar>.
123
126
</para>
124
127
</listitem>
125
128
</varlistentry>
Original file line number Diff line number Diff line change @@ -679,8 +679,9 @@ usage(void)
679
679
printf (" -e, --end=RECPTR stop reading at log position RECPTR\n" );
680
680
printf (" -f, --follow keep retrying after reaching end of WAL\n" );
681
681
printf (" -n, --limit=N number of records to display\n" );
682
- printf (" -p, --path=PATH directory in which to find log segment files\n" );
683
- printf (" (default: ./pg_xlog)\n" );
682
+ printf (" -p, --path=PATH directory in which to find log segment files or a\n" );
683
+ printf (" directory with a ./pg_xlog that contains such files\n"
684
+ " (default: current directory, ./pg_xlog, PGDATA/pg_xlog)\n" );
684
685
printf (" -r, --rmgr=RMGR only show records generated by resource manager RMGR\n" );
685
686
printf (" use --rmgr=list to list valid resource manager names\n" );
686
687
printf (" -s, --start=RECPTR start reading at log position RECPTR\n" );
You can’t perform that action at this time.
0 commit comments