schema update?

From: czezz <czezz(at)o2(dot)pl>
To: pgsql-admin(at)lists(dot)postgresql(dot)org <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: schema update?
Date: 2018-06-15 10:06:52
Message-ID: fcd6f839727c45638857b40cb0aee9a3@grupawp.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi everyone, By executing following I copy schema from Machine1: pg_dump -s &lt;database name&gt; &gt; pg_dump_text_filename and then at the psql prompt I can restore it on the Machine2: \i &lt;pg_dump_text_file_path&gt; 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

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Pavan Teja 2018-06-15 10:21:58 Re: schema update?
Previous Message Tom Lane 2018-06-14 20:24:28 Re: binary upgade errors