> until you get back the row.
>
> I would propose a pseudo column (or funtion) so that one could do:
>
> select rowrelname() as class_name, * from person*;
>
> and then work from there on.
Basicly that's what I want to implement, except that instead of
returning the relname() I think the rel_classoid (oid of pg_class) is a
better choice. Then obtaining the relname a simple join with pg_class.
--
Chris Bitmead
http://www.bigfoot.com/~chris.bitmead
mailto:chris.bitmead@bigfoot.com