Re: need elegant way to store and query tables with variable headers

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: need elegant way to store and query tables with variable headers
Date: 2013-10-08 18:52:00
Message-ID: l31k84$lkj$1@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Gauthier, Dave wrote on 08.10.2013 20:27:
> Someone is asking me for a way to architect a model which will store
> basic table data (columns with names and rows), but the number and
> name of the columns are both variables. I'll call these
> "data-tables" here.
>

sounds like the hstore extension could help you here.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Brian Wong 2013-10-08 20:50:36 ERROR: invalid value "????" for "YYYY"
Previous Message Adrian Klaver 2013-10-08 18:50:38 Re: Urgent Help Required