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
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
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
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
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
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
> -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
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
_
> 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
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:
>
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
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
> -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
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
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
> -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
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
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
> -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
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?
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
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
22 matches
Mail list logo