| From: | Marc SCHAEFER <schaefer(at)alphanet(dot)ch> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: What do you do when...? A schema Question |
| Date: | 2001-06-20 18:24:58 |
| Message-ID: | Pine.LNX.3.96.1010620201611.1657A-100000@defian.alphanet.ch |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On 13 Jun 2001, holtzman wrote:
> We are designing a large survey (~800 questions) database. We wanted
> to have one answer table (that would be simple :-), but the problem
> is, the answers are represented by multiple data types (int, text,
I have written a mostly generic poll maker which mostly uses this
structure:
> The only solution we have come up with is an answer table for each
> type. e.g.:
The source code for the PostgreSQL definitions, and Perl poll
creator/administrator/summarizer/replier is:
http://www-internal.alphanet.ch/~schaefer/software.html
look for `sondage'. Note that this is currently implemented in German (the
user interface, that is, not the db structure nor comments).
GPL
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Sean Chittenden | 2001-06-20 18:31:44 | Re: Postgres permissions for www-data |
| Previous Message | Alex Pilosov | 2001-06-20 18:24:31 | Re: sum of row values.. |