Re: [GENERAL] Field count in a RECORD variable - plpgsql

2005-03-01 Thread Richard Huxton
Mike Preston wrote: I am building a generic crosstab function in plpgsql, where I can pass in a SQL statement and return back the data pivoted with the values of one column serving as headers of the return columns. If I use a RECORD variable to scroll through the data, is there a way for me to tel

[GENERAL] Field count in a RECORD variable - plpgsql

2005-03-01 Thread Mike Preston
I am building a generic crosstab function in plpgsql, where I can pass in a SQL statement and return back the data pivoted with the values of one column serving as headers of the return columns.  If I use a RECORD variable to scroll through the data, is there a way for me to tell the number o