Re: [pgadmin-support] Execute arbitrary SQL queries does not come up in pgAdmin

2011-03-21 Thread Edgar Sepulveda
Thanks It works now. Edgar Sepulveda On Fri, Mar 18, 2011 at 5:50 PM, Dave Page wrote: > On Sat, Mar 19, 2011 at 12:03 AM, Edgar Sepulveda > wrote: > > Hi > > These are the messages that the console displays: > > 3/18/11 4:55:43 PM pgAdmin3[513] kCGErrorIllegalArgument: > > CGSGetWindowBounds

Re: [pgadmin-support] Execute arbitrary SQL queries does not come up in pgAdmin

2011-03-18 Thread Dave Page
On Sat, Mar 19, 2011 at 12:03 AM, Edgar Sepulveda wrote: > Hi > These are the messages that the console displays: > 3/18/11 4:55:43 PM pgAdmin3[513] kCGErrorIllegalArgument: > CGSGetWindowBounds: NULL window > 3/18/11 4:55:43 PM pgAdmin3[513] kCGErrorFailure: Set a breakpoint @ > CGErrorBreakpoint

Re: [pgadmin-support] Execute arbitrary SQL queries does not come up in pgAdmin

2011-03-18 Thread Edgar Sepulveda
Hi These are the messages that the console displays: 3/18/11 4:55:43 PM pgAdmin3[513] kCGErrorIllegalArgument: CGSGetWindowBounds: NULL window 3/18/11 4:55:43 PM pgAdmin3[513] kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged. 3/18/11 4:55:43 PM [0x0-0x280

Re: [pgadmin-support] Execute arbitrary SQL queries does not come up in pgAdmin

2011-03-18 Thread Claudio Freire
On Fri, Mar 18, 2011 at 4:00 PM, Edgar Sepulveda wrote: > Hi > I have installed pgAdmin3 version 1.12.2 and I have the problem that the > option to execute SQL queries does not come up, instead pgAdmin3 goes > frozen. > I am using a MacBook Pro with Mac OS X version 10.6.6, the database is > postg

[pgadmin-support] Execute arbitrary SQL queries does not come up in pgAdmin

2011-03-18 Thread Edgar Sepulveda
Hi I have installed pgAdmin3 version 1.12.2 and I have the problem that the option to execute SQL queries does not come up, instead pgAdmin3 goes frozen. I am using a MacBook Pro with Mac OS X version 10.6.6, the database is postgresql version 9.0.3. I already uninstalled all software related wit

[pgadmin-support] execute

2006-03-26 Thread Henry Andres Sanabria Fuentes
i want know if be can execute exe file from store procedure. Please hel me. LLama Gratis a cualquier PC del Mundo.Llamadas a fijos y móviles desde 1 céntimo por minuto.http://es.voice.yahoo.com

Re: [pgadmin-support] Execute a function?

2005-03-15 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Steve - DND > Sent: 15 March 2005 05:55 > To: Mark A. Taff; pgadmin-support@postgresql.org > Subject: Re: [pgadmin-support] Execute a function? > > > Been

Re: [pgadmin-support] Execute a function?

2005-03-14 Thread Sim Zacks
If you have a function that returns a recordset instead of just a value then you would have to do a select * from functionname You can also try reading the documentation on functions. I believe section 35 discusses the various pl languages. Sim _

Re: [pgadmin-support] Execute a function?

2005-03-14 Thread Steve - DND
> Been a _very_long while, but try: > > SELECT my_function(param_1, param_2) As Answer; Yep, that did it. I'm such a newb with PG, still trying everything the MSSQL way first. Is that the proper way to do it even if you have a function that returns void? Steve ---(end o

Re: [pgadmin-support] Execute a function?

2005-03-14 Thread Mark A. Taff
On Monday 14 March 2005 21:31, you wrote: > I'm completely baffled here. I've created a function, but how can I execute > it? I tried opening up the SQL editor window and typed: > > test_function(20, 32); > received: ERROR: syntax error at or near "test_function" at character 1 > > I then tried: >

[pgadmin-support] Execute a function?

2005-03-14 Thread Steve - DND
I'm completely baffled here. I've created a function, but how can I execute it? I tried opening up the SQL editor window and typed: test_function(20, 32); received: ERROR: syntax error at or near "test_function" at character 1 I then tried: EXECUTE my_function(20, 32); received: ERROR: prepared

Re: [pgadmin-support] Execute TO in PgadminIII

2003-10-23 Thread Andreas Pflug
Tino Wildenhain wrote: Very sexy would be this: http://www.python.org/doc/current/ext/embedding.html So we would be able to develop a zillon of plugins for every platform - just as a script hook for pgAdmin :-) Yes, Python *is* sexy, it's my first choice. We certainly shouldn't reinvent the whee

Re: [pgadmin-support] Execute TO in PgadminIII

2003-10-22 Thread Dave Page
> -Original Message- > From: Tino Wildenhain [mailto:[EMAIL PROTECTED] > Sent: 22 October 2003 12:31 > To: Dave Page > Cc: Gaetano Mendola; [EMAIL PROTECTED] > Subject: Re: [pgadmin-support] Execute TO in PgadminIII > > Very sexy would be this: > http://www

Re: [pgadmin-support] Execute TO in PgadminIII

2003-10-22 Thread Tino Wildenhain
Hi Dave, Dave Page wrote: -Original Message- From: Gaetano Mendola [mailto:[EMAIL PROTECTED] Sent: 22 October 2003 10:38 To: Dave Page Cc: [EMAIL PROTECTED] Subject: Re: [pgadmin-support] Execute TO in PgadminIII Ok bu wat about to have a plug-in loadable only on windows for

Re: [pgadmin-support] Execute TO in PgadminIII

2003-10-22 Thread Gaetano Mendola
Dave Page wrote: -Original Message- From: Gaetano Mendola [mailto:[EMAIL PROTECTED] Sent: 22 October 2003 10:38 To: Dave Page Cc: [EMAIL PROTECTED] Subject: Re: [pgadmin-support] Execute TO in PgadminIII Ok bu wat about to have a plug-in loadable only on windows for pgAdmin III

Re: [pgadmin-support] Execute TO in PgadminIII

2003-10-22 Thread Dave Page
> -Original Message- > From: Gaetano Mendola [mailto:[EMAIL PROTECTED] > Sent: 22 October 2003 10:38 > To: Dave Page > Cc: [EMAIL PROTECTED] > Subject: Re: [pgadmin-support] Execute TO in PgadminIII > > > Ok bu wat about to have a plug-in loadable only on

Re: [pgadmin-support] Execute TO in PgadminIII

2003-10-22 Thread Gaetano Mendola
Dave Page wrote: -Original Message- From: Gaetano Mendola [mailto:[EMAIL PROTECTED] Sent: 21 October 2003 19:45 To: [EMAIL PROTECTED] Subject: [pgadmin-support] Execute TO in PgadminIII The functionality execute to is not anymore present ? I currently use this functionality with

Re: [pgadmin-support] Execute TO in PgadminIII

2003-10-22 Thread Tino Wildenhain
Hi Dave, Dave Page wrote: -Original Message- From: Gaetano Mendola [mailto:[EMAIL PROTECTED] Sent: 21 October 2003 19:45 To: [EMAIL PROTECTED] Subject: [pgadmin-support] Execute TO in PgadminIII The functionality execute to is not anymore present ? I currently use this functionality

Re: [pgadmin-support] Execute TO in PgadminIII

2003-10-22 Thread Dave Page
> -Original Message- > From: Gaetano Mendola [mailto:[EMAIL PROTECTED] > Sent: 21 October 2003 19:45 > To: [EMAIL PROTECTED] > Subject: [pgadmin-support] Execute TO in PgadminIII > > The functionality execute to is not anymore present ? > I currently use

[pgadmin-support] Execute TO in PgadminIII

2003-10-21 Thread Gaetano Mendola
The functionality execute to is not anymore present ? I currently use this functionality with pgadminII to export the queries result to Excell. Regards Gaetano Mendola ---(end of broadcast)--- TIP 6: Have you searched our list archives?

Re: [pgadmin-support] execute arbitrary SQL queries

2002-03-22 Thread Dave Page
Thanks, I'll take a look. Regards, Dave. > -Original Message- > From: fnievinski2 [mailto:[EMAIL PROTECTED]] > Sent: 21 March 2002 20:43 > To: [EMAIL PROTECTED] > Subject: [pgadmin-support] execute arbitrary SQL queries > > > Hi. > > pgAdmin hang

[pgadmin-support] execute arbitrary SQL queries

2002-03-21 Thread fnievinski2
Hi. pgAdmin hangs up when I try to execute a single comment line (through "execute arbitrary SQL queries"). For example: -- comment line or /* another comment line */ both make pgAdmin hang-up. Sometimes it crashes. If I type the comment line together with another uncommented line, it works fine