Re: [pgadmin-support] Create, Insert etc scripts

2014-06-26 Thread Tim Uckun
Thanks. I'll take a look at the source. On Thu, Jun 26, 2014 at 7:43 PM, Dave Page wrote: > On Thu, Jun 26, 2014 at 2:54 AM, Tim Uckun wrote: > > Hi All. > > > > What is the technique pgadmin uses to generate those scripts? I would > like > > to be able to generate them from my own applica

Re: [pgadmin-support] Create, Insert etc scripts

2014-06-26 Thread Dave Page
On Thu, Jun 26, 2014 at 2:54 AM, Tim Uckun wrote: > Hi All. > > What is the technique pgadmin uses to generate those scripts? I would like > to be able to generate them from my own application using a pg connection. They are created by pgAdmin which reverse engineers the SQL itself. -- Dave Pa

[pgadmin-support] Create, Insert etc scripts

2014-06-26 Thread Tim Uckun
Hi All. What is the technique pgadmin uses to generate those scripts? I would like to be able to generate them from my own application using a pg connection. Thanks.