From: | "David Olbersen" <DOlbersen(at)stbernard(dot)com> |
---|---|
To: | <pgsql-general(at)postgresql(dot)org> |
Subject: | pgAdminII "error" |
Date: | 2003-03-27 22:18:56 |
Message-ID: | E7E213858379814A9AE48CA6754F5ECB0D6C7A@mail01.stbernard.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi,
I have a function findURL() which returns a set of records.
This works just fine in psql, with no errors of any kind:
SELECT * FROM findURL( 'http://playboy.com' );
It gives me back exactly what I want, a set of records of a special type (findURLresultHolder).
The problem is when I run it in pgAdminII and select 'Display to screen'. Then I get this error:
An error has occured in pgAdmin II:frmSQLOutput.Display:
Number: 5
Description: Invalid procedure call or argument
If I click 'OK' I still get my answers, there's just this annoying error.
Any ideas? It's a pretty simple function which does a lot of SELECTs and stores the result in a set which is then returned.
--------------------------
David Olbersen
iGuard Engineer
11415 West Bernardo Court
San Diego, CA 92127
1-858-676-2277 x2152
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Treat | 2003-03-27 22:19:59 | Re: Postgres Replication Project |
Previous Message | Daniel R. Anderson | 2003-03-27 22:09:35 | Re: Python Error |