Re: [HACKERS] pg_dump -c database problem

2001-01-27 Thread Philip Warner
At 14:56 24/01/01 -0500, Rod Taylor wrote: >pg_dump -c database > >The \connect is after the DROP TABLE statements where I believe it >should come first. (Gotta connect as the right user before dropping >everything). > This is now fixed. ---

Re: [HACKERS] pg_dump -c database problem

2001-01-26 Thread Philip Warner
At 14:56 24/01/01 -0500, Rod Taylor wrote: >pg_dump -c database > >The \connect is after the DROP TABLE statements where I believe it >should come first. (Gotta connect as the right user before dropping >everything). > You're right - I'll let you know when it's fixed. ---