[GENERAL] how to use pg_dump to dump tables whose owner is me

2009-03-02 Thread Roger Chen
Hi, Can anyone tell me how to do that? I could find that in man page of pg_dump. Thanks. Best, Roger -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general

Re: [GENERAL] how to use pg_dump to dump tables whose owner is me

2009-03-03 Thread Roger Chen
Thanks. If there are many tables owned by me and some other users, are there any easy ways to do that? On Mon, Mar 2, 2009 at 9:23 PM, Scott Marlowe wrote: > On Mon, Mar 2, 2009 at 5:31 PM, Roger Chen wrote: >> Hi, >> Can anyone tell me how to do that? I could find that