Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

How to install the "tablefunct" on Postgres 8.4?

$
0
0
Hi to All,

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);

i see this error message:

Code:

ERROR function crosstab(unknown) does not exist
Could SomeOne indicate the commands in order to tablefunction/install?

Tanks in advance.
Gianni Pinna.

Viewing all articles
Browse latest Browse all 13329

Trending Articles