Re: Is this doable using Postgresql crosstab or some other function?

From: <mika(at)digikartta(dot)net>
To: David Johnston <polobo(at)yahoo(dot)com>
Cc: " " <pgsql-general(at)postgresql(dot)org>
Subject: Re: Is this doable using Postgresql crosstab or some other function?
Date: 2012-04-10 09:29:14
Message-ID: 730e01a71133cc3c094bc786827ee1e8@digikartta.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


This schema is in use in one quite big system, which utilizes different
DB than Postgresql.
It is fully functional.

- mika -

On Tue, 10 Apr 2012 02:19:14 -0700, David Johnston <polobo(at)yahoo(dot)com>
wrote:
> On Apr 10, 2012, at 1:52, <mika(at)digikartta(dot)net> wrote:
>
>>
>> Quite challanging, right?
>>
>
> Aside from the possibly extremely rare case where this is actually
> functional the only challenging task is to tell off whomever gave you
> the idea/requirement that your schema is desirable - even if that
> person is yourself.
>
> That aside, judicious use of CASE constructs, and probably UNION,
> will get you your answers. Keep in mind that you likely need to end
> up casting all of your values to varchar/text in the end.
>
> You may also want to look at the HSTORE extension.
>
> Given the generic nature of your inquiry actual specific advice is
> impossible to give.
>
> David J.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2012-04-10 13:13:42 Re: Is this doable using Postgresql crosstab or some other function?
Previous Message mika 2012-04-10 09:27:20 Re: Is this doable using Postgresql crosstab or some other function?