Discussion:
Missing objects in pg_dump
AlexK
2014-08-15 20:52:44 UTC
Permalink
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 PgAdmin without any problem. This is PostgreSql 9.3 running
on Windows 7.

What am I missing?



--
View this message in context: http://postgresql.1045698.n5.nabble.com/Missing-objects-in-pg-dump-tp5815010.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.
--
Sent via pgsql-general mailing list (pgsql-***@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
Adrian Klaver
2014-08-15 21:01:29 UTC
Permalink
Post by AlexK
To deploy my changes, I am using apgdiff. For that, I am invoking the
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 PgAdmin without any problem. This is PostgreSql 9.3 running
on Windows 7.
What am I missing?
What are the missing objects?
--
Adrian Klaver
***@aklaver.com
--
Sent via pgsql-general mailing list (pgsql-***@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
Loading...