Re: Single row tables

From: KÖPFERL Robert <robert(dot)koepferl(at)sonorys(dot)at>
To:
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Single row tables
Date: 2005-01-11 15:17:06
Message-ID: ED4E30DD9C43D5118DFB00508BBBA76EB1653B@neptun.sonorys.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Also I thought of an UNIQUE constraint on a column with =const constraint.
But ....

It's for global configuration data that exists only once.
Making a key value thing was to weak typed for my taste.

> -----Original Message-----
> From: Dmitri Bichko [mailto:dbichko(at)genpathpharma(dot)com]
> Sent: Dienstag, 11. Jänner 2005 15:50
> To: KÖPFERL Robert
> Cc: pgsql-sql(at)postgresql(dot)org
> Subject: RE: [SQL] Single row tables
>
>
> I suppose you could put a check constraint that forces a
> single value on a column with a unique index? Or an insert
> trigger that always inserts the same value into a unique field.
>
> Out of curiosity, why do you need to do this?
>
> Dmitri
>
> -----Original Message-----
> From: pgsql-sql-owner(at)postgresql(dot)org
> [mailto:pgsql-sql-owner(at)postgresql(dot)org] On Behalf Of KÖPFERL Robert
> Sent: Tuesday, January 11, 2005 9:46 AM
> Cc: pgsql-sql(at)postgresql(dot)org
> Subject: [SQL] Single row tables
> Importance: High
>
>
> Hi,
>
> with what constraint or how can I ensure that one of my
> tables has exact one record or 0..1 records?
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings
>

Browse pgsql-sql by date

  From Date Subject
Next Message Terry Lee Tucker 2005-01-11 21:42:21 Simple Question
Previous Message Jeff Eckermann 2005-01-11 14:50:52 Re: Parsing a Calculation from a field