Search Postgresql Archives

Re: Wishlist?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jim C. Nasby wrote:
On Thu, Jul 21, 2005 at 07:10:03PM +1000, Ezequiel Tolnay wrote:
* Allow FETCH command to be used with CREATE TABLE tab AS qry (in place of qry)

I'm not really clear on what you're looking for here..

Fetching from a cursor should be equivalent to selecting from a table, and a function could benefit from being able to run CREATE TABLE ... AS using the results of a cursor.

Basically I've been trying to automate the handing of query results from a web-front end, which cannot rely on temporary tables since the sessions are short lived, but the results need to be retrieved in a paged fashion. A great solution to this would be to have functions opening a dynamic cursor and passing this cursor to another function that would to the creation/maintenance of these transient tables, but unfortunately there is no way of using a cursor from a function that doesn't handle specifically its record type.

For this purpose (and perhaps many others) if figure it would be greate if PG would support the command " CREATE TABLE tab AS FETCH ALL FROM cur ". It would be even better if in plpgsql you would be able to use a cursor variable instead of an EXECUTE 'CREATE TABLE tab AS FETCH ALL FROM "' || v_cur || '"'.

Cheers,

Ezequiel Tolnay

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
      choose an index scan if your joining column's datatypes do not
      match

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux