Gregory Stark <[EMAIL PROTECTED]> writes:
> But the SPI api doesn't actually allow callers to get more than the typeid of
> the types in the result tupledesc of SPI_execute_plan:

> SPI_gettypeid(TupleDesc tupdesc, int fnumber)

> Should this function be replaced with one which allows returning a typmod as
> well?

I'm not too excited about it, since there have been no actual field
requests for such a thing.  It's not like callers can't look into the
tupdesc for themselves, anyway ...

                        regards, tom lane

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to