Re: Help to dump tables in a database and restore in another database
От | Intengu Technologies |
---|---|
Тема | Re: Help to dump tables in a database and restore in another database |
Дата | |
Msg-id | a1afa64b1001050242n25e0025hb7b60c5e2b74caa8@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: Help to dump tables in a database and restore in another database (Andreas Kretschmer <akretschmer@spamfence.net>) |
Ответы |
Re: Help to dump tables in a database and restore in another
database
Re: Help to dump tables in a database and restore in another database Re: Help to dump tables in a database and restore in another database |
Список | pgsql-novice |
Running Windows7 with Postgresql 8.4 I am trying to dump about 132 tables, this is my command: pg_dump --host localhost --port 5432 --username postgres -o -v -t 'myschema.*' dbname > mydump.sql This generates an error no matching tables were found, is the asterisk not a wild card meaning all tables found in the schema named myschema When restoring the tables from the dump will i still have the 132 tables or 1 table Your valued advise is appreciated. 2009/10/18 Andreas Kretschmer <akretschmer@spamfence.net>: > Joshua Tolley <eggyknap@gmail.com> wrote: > >> On Fri, Oct 16, 2009 at 09:38:44AM +0200, Intengu Technologies wrote: >> > I would like to dump a number of tables from a database and load them >> > on another database. How do I accomplish this. >> >> pg_dump makes this easy. Documentation is here: >> http://www.postgresql.org/docs/8.4/static/app-pgdump.html > > Right, additionally, pg_dump has options to specify only destined > tables, views, sequence, schemas etc. to dump. > > > Andreas > -- > Really, I'm not out to destroy Microsoft. That will just be a completely > unintentional side effect. (Linus Torvalds) > "If I was god, I would recompile penguin with --enable-fly." (unknown) > Kaufbach, Saxony, Germany, Europe. N 51.05082°, E 13.56889° > > -- > Sent via pgsql-novice mailing list (pgsql-novice@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgsql-novice > -- Sindile Bidla
В списке pgsql-novice по дате отправления: