Re: How can I use crosstab functons in PostgreSQL 9.3? - Mailing list pgsql-general

From Tom Lane
Subject Re: How can I use crosstab functons in PostgreSQL 9.3?
Date
Msg-id 875.1444918753@sss.pgh.pa.us
Whole thread Raw
In response to How can I use crosstab functons in PostgreSQL 9.3?  (Rob Richardson <RDRichardson@rad-con.com>)
Responses Re: How can I use crosstab functons in PostgreSQL 9.3?  (Tim Clarke <tim.clarke@manifest.co.uk>)
Re: How can I use crosstab functons in PostgreSQL 9.3?  (Rob Richardson <RDRichardson@rad-con.com>)
Re: How can I use crosstab functons in PostgreSQL 9.3?  (Rob Richardson <RDRichardson@rad-con.com>)
List pgsql-general
Rob Richardson <RDRichardson@rad-con.com> writes:
> I am trying to learn about crosstab functions in ProgreSQL 9.3, but none of the examples I’ve found are working.  I
geterrors claiming the functions are unknown, but when I try running CREATE EXTENSION tablefunc, I am told that its
methodsalready 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


pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: pgpool ssl handshake failure
Next
From: Adrian Klaver
Date:
Subject: Re: Installing plpython3u