Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Pgsql Admin > Re: pg_dump 8.3...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 2 Topic 4976 of 5549
Post > Topic >>

Re: pg_dump 8.3 changes from 8.2

by milen@[EMAIL PROTECTED] ("Milen A. Radev") May 12, 2008 at 02:46 PM

Denison Wright написа:
>  <pgsql-admin@[EMAIL PROTECTED]
>
> Hi,
> 
> I had a command that I used with Postgresql 8.2 that stopped working
once I
> upgraded to 8.3.
> I am running Postgresql 8.3 on Windows Vista with the following basic
> configuration:
> 
>    - database: mydb
>    - user: mydbuser
>    - password: mydbpassword
>    - schema:myschema
>    - table: mytable
> 
> When I run the following commands:
> 
>> set PGPASSWORD=mydbpassword
>> pg_dump mydb -U mydbuser -a -f backup.sql -F plain -t
'myschema.mytable'

Put the DB name at the end of the command line, e.g.
pg_dump -U mydbuser -a -f backup.sql -F plain -t 'myschema.mytable' mydb

> 
> I get the following error now: "pg_dump: too many command-line
arguments"

[...]



-- 
Milen A. Radev


-- 
Sent via pgsql-admin mailing list (pgsql-admin@[EMAIL PROTECTED]
)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin
 




 2 Posts in Topic:
pg_dump 8.3 changes from 8.2
denisonwright@[EMAIL PROT  2008-05-11 14:12:18 
Re: pg_dump 8.3 changes from 8.2
milen@[EMAIL PROTECTED]   2008-05-12 14:46:41 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Nov 22 17:08:56 CST 2008.