Re: Schema Copy

From: Justin <zzzzz(dot)graf(at)gmail(dot)com>
To: Sonam Sharma <sonams1209(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Schema Copy
Date: 2019-12-05 14:22:34
Message-ID: CALL-XeO6YX+QuEZ9Zk2RF7iyDiodVgZ2FVuMUnywYW0hmpOOhA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Sonam

As long as the edited sql script has been changed from oldschema.tables
or oldschema.functions etc... to newschema.functions, newschema.functios
etc...

This does not move data

On Thu, Dec 5, 2019 at 5:07 AM Sonam Sharma <sonams1209(at)gmail(dot)com> wrote:

> Can someone please help in schema copy in same database ?
>
> I have taken db dump of current schema and in the ddl file , I have edited
> it with new schema.
> Will this work?
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sonam Sharma 2019-12-05 14:30:56 Re: Schema Copy
Previous Message Sonam Sharma 2019-12-05 10:07:11 Schema Copy