diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml index 191406fe78f..de6c67b974a 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -25,13 +25,14 @@ pg_restore [ archive-file ] [ -p port ] [ -t table ] [ -a ] [ -c ] [-C] [-d name] - [-f archive-file] - [-F format] + [ -f archive-file] + [ -F format] [ -i index ] - [ -l ] [ -N ] [ -o ] [ -O ] + [ -l ] [ -L contents-file ] + [ -N ] [ -o ] [ -O ] [ -P function-name ] [ -r ] [ -R ] [ -s ] [ -S ] { -T trigger ] [ -u ] - [-U contents-file ] [ -v ] [ -x ] + [ -v ] [ -x ] @@ -159,6 +160,17 @@ pg_restore [ archive-file ] + + -L list-file + + + Restore elements in list-file only, and in the + order they appear in the file. Lines can be moved and may also be commented out by placing + a ';' at the start of the line. + + + + -N @@ -266,17 +278,6 @@ pg_restore [ archive-file ] - - -U list-file - - - Restore elements in list-file only, and in the - order they appear in the file. Lines can be moved and may also be commented out by placing a ';' at the - start of the line. - - - - -v