schema update? - Mailing list pgsql-admin

From czezz
Subject schema update?
Date
Msg-id fcd6f839727c45638857b40cb0aee9a3@grupawp.pl
Whole thread Raw
Responses Re: schema update?
Re: schema update?
List pgsql-admin
Hi everyone,

By executing following I copy schema from Machine1:
pg_dump -s <database name> > pg_dump_text_filename

and then at the psql prompt I can restore it on the Machine2:
\i <pg_dump_text_file_path>


That works good.
However, is there a way to apply only differences of schema on Machine2 ?
In other words to update schema with changes from Machine1?

Best regards,
czezz

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: binary upgade errors
Next
From: Pavan Teja
Date:
Subject: Re: schema update?