| From: | Alban Hertroys <haramrae(at)gmail(dot)com> |
|---|---|
| To: | Stefan Schwarzer <stefan(dot)schwarzer(at)unep(dot)org> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: pg_dump not dumping all tables |
| Date: | 2012-06-22 10:02:42 |
| Message-ID: | CAF-3MvOQWYn5DgayCyi2Z83CNtApxUdS_+T+2QZZ=3wYdQubEA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On 22 June 2012 10:45, Stefan Schwarzer <stefan(dot)schwarzer(at)unep(dot)org> wrote:
> Hi there,
>
> I am pg_dump-ing all tables from schema public on the server
>
> /usr/local/pgsql/bin/pg_dump -U user my_database --schema=public --encoding=UTF-8 > dump.sql
>
> and re-loading it via psql on my local machine.
>
> But instead of having 708 tables as on the server, I end up with only 570 on my local machine.
>
> When trying to search for the name of a missing table in the dump file, it is indeed not there. Owner of the table is the same as on all other tables…
>
> What could that be?
Are you sure the missing tables are in the public schema?
--
If you can't see the forest for the trees,
Cut the trees and you'll see there is no forest.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Léa Massiot | 2012-06-22 12:06:00 | Re: Starting a cluster as a service |
| Previous Message | Stefan Schwarzer | 2012-06-22 08:45:35 | pg_dump not dumping all tables |