Re: Saving DDL to a file ...

2019-10-17 Thread Aditya Toshniwal
Hi Arni, On Fri, Oct 18, 2019 at 12:21 PM Arni Kromić wrote: > On 18/10/2019 07.01, Avin Kavish wrote: > > Can't you copy and paste it? > > On Fri., 18 Oct. 2019, 9:27 am Khushboo Vashi, < > khushboo.va...@enterprisedb.com> wrote: > >> Hi Michael, >> >> On Thu, Oct 17, 2019 at 10:31 PM Michael S

Re: Saving DDL to a file ...

2019-10-17 Thread Arni Kromić
On 18/10/2019 07.01, Avin Kavish wrote: > Can't you copy and paste it? > > On Fri., 18 Oct. 2019, 9:27 am Khushboo Vashi, > > wrote: > > Hi Michael, > > On Thu, Oct 17, 2019 at 10:31 PM Michael Shapiro > mailto:mshapir...@gmail.com>> wrote: > >

Re: Saving DDL to a file ...

2019-10-17 Thread Avin Kavish
Can't you copy and paste it? On Fri., 18 Oct. 2019, 9:27 am Khushboo Vashi, < khushboo.va...@enterprisedb.com> wrote: > Hi Michael, > > On Thu, Oct 17, 2019 at 10:31 PM Michael Shapiro > wrote: > >> When I look at the DDL for an object (eg view or function) under the SQL >> tab in PgAdmin4, how

Re: Saving DDL to a file ...

2019-10-17 Thread Khushboo Vashi
Hi Michael, On Thu, Oct 17, 2019 at 10:31 PM Michael Shapiro wrote: > When I look at the DDL for an object (eg view or function) under the SQL > tab in PgAdmin4, how do I save it to a file? > Not supported right now but we do have a feature request for the same. Ref: https://redmine.postgresql.o

Saving DDL to a file ...

2019-10-17 Thread Michael Shapiro
When I look at the DDL for an object (eg view or function) under the SQL tab in PgAdmin4, how do I save it to a file? Also, is there a way to run the DDL in a different database (so I can "copy" the object from one database to another)