Re: BUG #14024: problem in Creating pivot table

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: amr(dot)fadly(at)vodafone(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #14024: problem in Creating pivot table
Date: 2016-03-17 23:21:41
Message-ID: 16197.1458256901@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

amr(dot)fadly(at)vodafone(dot)com writes:
> we are trying to do the example in the documentation to create pivot table
> using crosstab function, it is not working and gives the below error:

> ERROR: function crosstab(unknown, unknown) does not exist

crosstab() is in the tablefunc extension, which you evidently haven't
installed (basically "CREATE EXTENSION tablefunc"). See the general
installation instructions at

http://www.postgresql.org/docs/9.5/static/contrib.html

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Joe Conway 2016-03-17 23:23:12 Re: BUG #14024: problem in Creating pivot table
Previous Message Andres Freund 2016-03-17 23:21:37 Re: Too many files in pg_replslot folder