Re: Schema Copy
Sonam Sharma <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.general |
|---|---|
| Message-ID | <CAM-M3T=6xvdmoxcaqpugdUOYZRXXSMRLL9nWdhYLnTQ_kr=AeQ@mail.gmail.com> |
Hi Justin, What can be done to move the data.. On Thu, Dec 5, 2019, 7:57 PM Justin <[email protected]> wrote: > 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 <[email protected]> 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? >> >