Re: [GENERAL] Missing objects in pg_dump

2014-08-15 Thread Adrian Klaver
On 08/15/2014 01:52 PM, AlexK wrote: To deploy my changes, I am using apgdiff. For that, I am invoking the following command: pg_dump --host=my_dev_server --username=myself --no-password --schema-only --file=C:\Temp\mydb_old.sql my_test_db Two objects are present in my test database, but not i

[GENERAL] Missing objects in pg_dump

2014-08-15 Thread AlexK
To deploy my changes, I am using apgdiff. For that, I am invoking the following command: pg_dump --host=my_dev_server --username=myself --no-password --schema-only --file=C:\Temp\mydb_old.sql my_test_db Two objects are present in my test database, but not in the dump file. I can invoke them from