diff options
| author | Magnus Hagander | 2013-01-01 15:16:20 +0000 |
|---|---|---|
| committer | Magnus Hagander | 2013-01-01 15:16:20 +0000 |
| commit | f1abee6bc6bc2f382412d1188c88d96c138591f4 (patch) | |
| tree | 26731e2856149382a858d0f85add74211f85912c /doc/src | |
| parent | 2ffa740be9d96a3743ecb7e42391c53d0760c65a (diff) | |
Fix descrition of pg_resetxlog -l parameter
This was changed in commit 038f3a05092365eca070bdc588554520dfd5ffb9, including
the description in the docs, but the reference was missed.
Fujii Masao
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/ref/pg_resetxlog.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_resetxlog.sgml b/doc/src/sgml/ref/pg_resetxlog.sgml index 27b9ab41d0f..90c772195cd 100644 --- a/doc/src/sgml/ref/pg_resetxlog.sgml +++ b/doc/src/sgml/ref/pg_resetxlog.sgml @@ -29,7 +29,7 @@ PostgreSQL documentation <arg choice="opt"><option>-e</option> <replaceable class="parameter">xid_epoch</replaceable></arg> <arg choice="opt"><option>-m</option> <replaceable class="parameter">mxid</replaceable></arg> <arg choice="opt"><option>-O</option> <replaceable class="parameter">mxoff</replaceable></arg> - <arg choice="opt"><option>-l</option> <replaceable class="parameter">timelineid</replaceable>,<replaceable class="parameter">fileid</replaceable>,<replaceable class="parameter">seg</replaceable></arg> + <arg choice="opt"><option>-l</option> <replaceable class="parameter">xlogfile</replaceable></arg> <arg choice="plain"><replaceable>datadir</replaceable></arg> </cmdsynopsis> </refsynopsisdiv> |
