Re: [DOCS] pg_restore documentation

2017-06-28 Thread Tom Lane
wkha...@me.com writes: > 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

Re: [DOCS] pg_restore documentation

2017-06-28 Thread David G. Johnston
On Monday, June 26, 2017, wrote: > > 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") > All -W does is force a prompt. There is

[DOCS] pg_restore documentation

2017-06-28 Thread wkhatch
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