Hi to All,
I am working on Postgres 8.4 on linux,
If I type the command:
i see this error message:
Could SomeOne indicate the commands in order to tablefunction/install?
Tanks in advance.
Gianni Pinna.
I am working on Postgres 8.4 on linux,
If I type the command:
Code:
SELECT *
FROM crosstab(
'select rowid, attribute, value
from ct
where attribute = ''att2'' or attribute = ''att3''
order by 1,2')
AS ct(row_name text, category_1 text, category_2 text, category_3 text);
Code:
ERROR function crosstab(unknown) does not exist
Tanks in advance.
Gianni Pinna.