Re: Data base tables design questions for: user saved forms, user parameters

From: admin <mick(at)mjhall(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Data base tables design questions for: user saved forms, user parameters
Date: 2008-07-25 14:56:54
Message-ID: 4889E9B6.5010809@mjhall.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm facing a very similar problem where I work (local govt) where we
want to put around 100 forms online. The idea of 100 seperate database
tables is too painful to contemplate.

Depending on the nature of the data, I suppose, both the structured text
string and the serialised object options sound viable.

I'm very new here, but I think I've seen mention somewhere in the docs
about PG being able to store arrays? If this is true, it might be
another option.

Mick

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jonathan Bond-Caron 2008-07-25 15:06:38 Re: Full text index without accents
Previous Message Tom Lane 2008-07-25 14:44:23 Re: psql \dt and identical table names across multiple schemas