Re: [pgadmin-support] Calling pgScript from the command line

2011-01-18 Thread Jeremy Palmer
in, Jeremy -Original Message- From: Magnus Hagander [mailto:mag...@hagander.net] Sent: Wednesday, 19 January 2011 8:22 a.m. To: Dave Page Cc: Jeremy Palmer; Guillaume Lelarge; pgadmin-support@postgresql.org Subject: Re: [pgadmin-support] Calling pgScript from the command line On Tue, Jan 1

Re: [pgadmin-support] Calling pgScript from the command line

2011-01-18 Thread Magnus Hagander
On Tue, Jan 18, 2011 at 15:34, Dave Page wrote: > On Tue, Jan 18, 2011 at 2:12 PM, Magnus Hagander wrote: >> From what I can tell, we don't have visual studio project files for >> anything in xtra/ - Dave, correct? That would be a prerequisite. >> >> I'm not involved at all in the packaging, so I

Re: [pgadmin-support] Calling pgScript from the command line

2011-01-18 Thread Dave Page
On Tue, Jan 18, 2011 at 2:12 PM, Magnus Hagander wrote: > From what I can tell, we don't have visual studio project files for > anything in xtra/ - Dave, correct? That would be a prerequisite. > > I'm not involved at all in the packaging, so I can't comment there - > Dave, again? ;) Correct. I do

Re: [pgadmin-support] Calling pgScript from the command line

2011-01-18 Thread Magnus Hagander
der [mailto:mag...@hagander.net] > Sent: Tuesday, 18 January 2011 2:17 a.m. > To: Dave Page > Cc: Jeremy Palmer; Guillaume Lelarge; pgadmin-support@postgresql.org > Subject: Re: [pgadmin-support] Calling pgScript from the command line > > On Mon, Jan 17, 2011 at 07:46, Magnus H

Re: [pgadmin-support] Calling pgScript from the command line

2011-01-17 Thread Jeremy Palmer
, 18 January 2011 2:17 a.m. To: Dave Page Cc: Jeremy Palmer; Guillaume Lelarge; pgadmin-support@postgresql.org Subject: Re: [pgadmin-support] Calling pgScript from the command line On Mon, Jan 17, 2011 at 07:46, Magnus Hagander wrote: > On Sun, Jan 16, 2011 at 23:02, Dave Page wrote: >> On

Re: [pgadmin-support] Calling pgScript from the command line

2011-01-17 Thread Magnus Hagander
On Mon, Jan 17, 2011 at 07:46, Magnus Hagander wrote: > On Sun, Jan 16, 2011 at 23:02, Dave Page wrote: >> On Sun, Jan 16, 2011 at 9:50 PM, Jeremy Palmer wrote: >>> It would be really awesome for DBAs admins to be able to run pgscripts from >>> the command line which have developed in pgadmin.

Re: [pgadmin-support] Calling pgScript from the command line

2011-01-16 Thread Magnus Hagander
On Sun, Jan 16, 2011 at 23:02, Dave Page wrote: > On Sun, Jan 16, 2011 at 9:50 PM, Jeremy Palmer wrote: >> It would be really awesome for DBAs admins to be able to run pgscripts from >> the command line which have developed in pgadmin. Even better if the >> programme is distributed with the sta

Re: [pgadmin-support] Calling pgScript from the command line

2011-01-16 Thread Dave Page
On Sun, Jan 16, 2011 at 9:50 PM, Jeremy Palmer wrote: > It would be really awesome for DBAs admins to be able to run pgscripts from > the command line which have developed in pgadmin. Even better if the > programme is distributed with the standard win32 download. > > Would it be possible to revi

Re: [pgadmin-support] Calling pgScript from the command line

2011-01-16 Thread Jeremy Palmer
Jeremy -Original Message- From: Dave Page [mailto:dp...@pgadmin.org] Sent: Friday, 14 January 2011 11:03 p.m. To: Guillaume Lelarge Cc: Jeremy Palmer; pgadmin-support@postgresql.org Subject: Re: [pgadmin-support] Calling pgScript from the command line There used to be something in xtra

Re: [pgadmin-support] Calling pgScript from the command line

2011-01-14 Thread Dave Page
On Fri, Jan 14, 2011 at 7:06 AM, Guillaume Lelarge wrote: > Le 14/01/2011 02:50, Jeremy Palmer a écrit : >> Is it possible to run pgscripts from the command line? i.e like with: >> > > No, all you can do is launch the query tool and open a script file. But > it doesn't run it automatically, and yo

Re: [pgadmin-support] Calling pgScript from the command line

2011-01-13 Thread Guillaume Lelarge
Le 14/01/2011 02:50, Jeremy Palmer a écrit : > Is it possible to run pgscripts from the command line? i.e like with: > No, all you can do is launch the query tool and open a script file. But it doesn't run it automatically, and you need the usual graphic stuff to work. > http://cvs.pgfoundry.org

[pgadmin-support] Calling pgScript from the command line

2011-01-13 Thread Jeremy Palmer
Is it possible to run pgscripts from the command line? i.e like with: http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgscript/pgScript/src/pgsMain.cpp If not it would great if pgadminIII included a command line utility. Cheers Jeremy