BUG #8386: function crosstab(unknown) does not exist - Mailing list pgsql-bugs

From pradeep.v.prade@gmail.com
Subject BUG #8386: function crosstab(unknown) does not exist
Date
Msg-id E1VBM4M-0006zK-Ba@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #8386: function crosstab(unknown) does not exist
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      8386
Logged by:          pradeep v
Email address:      pradeep.v.prade@gmail.com
PostgreSQL version: 9.2.1
Operating system:   windows 7
Description:

when i execute query
 SELECT * FROM crosstab(
       'SELECT section, status, count
        FROM   t
        ORDER  BY 1,2')
AS ct ("Section" text, "Active" text, "Inactive" int);




the "function crosstab(unknown) does not exist" error comes may i know why?

pgsql-bugs by date:

Previous
From: Sandeep Thakkar
Date:
Subject: Re: BUG #8384: Missing dll
Next
From: NITISHSAURABH@GMAIL.COM
Date:
Subject: BUG #8387: Error while make of the source code