anonymous composite types - how to pass tupdesc to the function

From: Joe Conway <mail(at)joeconway(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgreSQL(dot)org>
Subject: anonymous composite types - how to pass tupdesc to the function
Date: 2002-08-26 18:21:49
Message-ID: 3D6A71BD.1060309@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I'm looking at modifications to dblink to allow it to make use of table
functions. One item which is very much needed is the ability to define
dblink as returning setof record, so that it can return a tuple as
described at runtime in the query string.

I'm trying to come up with the best method to pass the query string
columndef, or better yet the tuple description, to the function. Any
suggestions on an approach?

Thanks,

Joe

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dann Corbit 2002-08-26 18:23:49 Re: @(#)Mordred Labs advisory 0x0007: Remove DoS in PostgreSQL
Previous Message Tom Lane 2002-08-26 18:20:32 Re: Queries using rules show no rows modified?