[DOCS] pg_restore documentation - Mailing list pgsql-docs

From wkhatch@me.com
Subject [DOCS] pg_restore documentation
Date
Msg-id 20170626193653.17677.95501@wrigleys.postgresql.org
Whole thread Raw
Responses Re: [DOCS] pg_restore documentation
Re: [DOCS] pg_restore documentation
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.2/static/app-pgrestore.html
Description:

Following docs, I'm having an unexpected failure when I issue this format of
the command:

pg_restore drupal_dump.sql -h
adjh4syhpk555s.cckxxqjsrxhd.us-east-1.rds.amazonaws.com -U someUser -W
yeahRight -d wm_drupal

I get error: 

pg_restore: too many command-line arguments (first is "yeahRight")


I would absolutely expect this to at least initiate, and not fail due to
command syntax issues. I feel this documentation is lacking, as there are no
examples for using multiple arguments and options, and it does not appear to
work the way a typical shell utility would work

pgsql-docs by date:

Previous
From: Noah Misch
Date:
Subject: Re: [DOCS] gen_random_uuid security not explicit in documentation
Next
From: davecramer@gmail.com
Date:
Subject: [DOCS] Details of how temp_buffers are actually used would be nice