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

From David G. Johnston
Subject Re: How can I use crosstab functons in PostgreSQL 9.3?
Date
Msg-id CAKFQuwZUCCAkUjiDx5uKnXN7mHd7KtCd0XZDaPVN_VzRuzBMwQ@mail.gmail.com
Whole thread Raw
In response to Re: How can I use crosstab functons in PostgreSQL 9.3?  (Rob Richardson <RDRichardson@rad-con.com>)
List pgsql-general
On Thu, Oct 15, 2015 at 10:48 AM, Rob Richardson <RDRichardson@rad-con.com> wrote:
By George, I think I've got it!

When I ran CREATE EXTENSION tablefunc WITH SCHEMA public, I got the crosstab methods and my sample query worked.

I would suggest learning about search_path(s) instead of placing everything into the one schema that happens to be in the default search_path.  Otherwise your "public" is going to be a mess to scan through.

David J.​

pgsql-general by date:

Previous
From: Geoff Winkless
Date:
Subject: Re: postgres function
Next
From: Adrian Klaver
Date:
Subject: Re: Installing plpython3u