Re: How can I use crosstab functons in PostgreSQL 9.3?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Rob Richardson <RDRichardson(at)rad-con(dot)com>
Cc: pgsql-general General <pgsql-general(at)postgresql(dot)org>
Subject: Re: How can I use crosstab functons in PostgreSQL 9.3?
Date: 2015-10-15 14:19:13
Message-ID: 875.1444918753@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Rob Richardson <RDRichardson(at)rad-con(dot)com> writes:
> I am trying to learn about crosstab functions in ProgreSQL 9.3, but none of the examples Ive found are working. I get errors claiming the functions are unknown, but when I try running CREATE EXTENSION tablefunc, I am told that its methods already exist.

This looks like a search_path problem. You could try "\dx+ tablefunc"
to see which schema its functions are in, then adjust your search_path
to include that, or else schema-qualify the function names.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2015-10-15 14:26:11 Re: Installing plpython3u
Previous Message Adrian Klaver 2015-10-15 14:16:34 Re: pgpool ssl handshake failure