Submitting cursored query support, docs, etc - Mailing list pgadmin-hackers

From Kalle Hallivuori
Subject Submitting cursored query support, docs, etc
Date
Msg-id c637d8bb0711290151o6e85ded9jfd0e5b49335997ab@mail.gmail.com
Whole thread Raw
Responses Re: Submitting cursored query support, docs, etc  (Dave Page <dpage@postgresql.org>)
List pgadmin-hackers
Hi all fellow pgadmin-hackers!

We at Koodaripalvelut.com are adding some features on top of pgAdmin
for Truviso.com to support their streaming relations. A couple of
items might be of interest to pgAdmin in general:

1. Automatic CURSOR wrapping for SELECT queries in SQL query window
with yet another alternative Execute button
2. Showing results from cursors page by page in SQL output pane, with
a "next page" button
3. Closing open query cursor when user executes another query, stops
current one or closes the query window
4. Some documentation on architectural details of pgAdmin
5. How-tos for getting started on developing pgAdmin.

Seems there's some support for branding and features of other
proprietary servers. We'd probably happily provide all our code
(currently being developed against the 1.8.0 release source) if you'd
welcome it - mainly some extra classes and some bits of added
abstraction in places such as columns.

Insights?

--
Kalle Hallivuori +358-41-5053073 http://korpiq.iki.fi/

pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r6851 - trunk/pgadmin3/pgadmin/frm
Next
From: Dave Page
Date:
Subject: Re: Submitting cursored query support, docs, etc