Re: pg_dump not dumping all tables - Mailing list pgsql-general

From Stefan Schwarzer
Subject Re: pg_dump not dumping all tables
Date
Msg-id 43547462-F01F-4862-B023-B51E1442AB98@unep.org
Whole thread Raw
In response to Re: pg_dump not dumping all tables  (Alban Hertroys <haramrae@gmail.com>)
List pgsql-general
>> 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
isthe same as on all other tables… 
>>
>> What could that be?
>
> Are you sure the missing tables are in the public schema?

Yes, they are indeed in the public schema.

pgsql-general by date:

Previous
From: Craig Ringer
Date:
Subject: Re: Help, server doesn't start
Next
From: Anthony Bull
Date:
Subject: Re: pg_dump not dumping all tables