Re: Built in display of contents of temporary tables when select has no destination - Mailing list pgadmin-support

From Robert M. Bernabe
Subject Re: Built in display of contents of temporary tables when select has no destination
Date
Msg-id 007801c83b22$33857410$6501a8c0@calhoun
Whole thread Raw
In response to Unable to d/l pgAdmin3  (Ron Savage <ron@savage.net.au>)
Responses Re: Built in display of contents of temporary tables when select has no destination
List pgadmin-support
Hi Dave,   Within a function just type select * from table; ...call the function
and the SQL editor will give an error saying that the select statement has
no destination...which is true...:) but often very complex stored functions
have temporary tables within and the only way to display the contents while
debugging is to use a loop with raise info calls. It would be great if the
debugger automatically streams all select statements to a output and
formatted already for viewing.



----- Original Message -----
From: "Dave Page" <dpage@postgresql.org>
To: "Robert M. Bernabe" <rbernabe@sandmansystems.com>
Cc: "Postgres" <pgadmin-support@postgresql.org>
Sent: Monday, December 10, 2007 5:25 PM
Subject: Re: [pgadmin-support] Built in display of contents of temporary
tables when select has no destination


> Robert M. Bernabe wrote:
>> Hi,
>>    Not sure if this is the proper forum but I'd like to post a request
>> of sorts. The PG Admin III SQL Editor and Debugger are great but I've
>> noticed that when a select statement has no destination, the software
>> issues an error.
>
> What do you mean 'has no destination'? Can you provide an example?
>
> Regards, Dave
>


I'm protected by SpamBrave
http://www.spambrave.com/



pgadmin-support by date:

Previous
From: Raymond O'Donnell
Date:
Subject: Re: Unable to add server in PGadmin
Next
From: "Robert M. Bernabe"
Date:
Subject: Re: Fedora Core 8.0 status?