BUG #8386: function crosstab(unknown) does not exist

From: pradeep(dot)v(dot)prade(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #8386: function crosstab(unknown) does not exist
Date: 2013-08-19 09:48:14
Message-ID: E1VBM4M-0006zK-Ba@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 8386
Logged by: pradeep v
Email address: pradeep(dot)v(dot)prade(at)gmail(dot)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?

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message NITISHSAURABH 2013-08-19 10:33:32 BUG #8387: Error while make of the source code
Previous Message Heikki Linnakangas 2013-08-19 07:24:27 Re: BUG #8294: new timeline 6 forked off current dat abase system timeline 5 before current recovery point 0/100000