Re: check

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Matt" <matthew(dot)berardi(at)weilpublishing(dot)com>, <pgsql-sql(at)postgresql(dot)org>
Subject: Re: check
Date: 2002-06-17 14:40:13
Message-ID: 005501c2160c$e554be30$0200a8c0@SOL
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Look at:

http://techdocs.postgresql.org/

Look at the introduction to RULES where they do a read-only column.

Chris

----- Original Message -----
From: "Matt" <matthew(dot)berardi(at)weilpublishing(dot)com>
To: <pgsql-sql(at)postgresql(dot)org>
Sent: Saturday, June 15, 2002 2:47 AM
Subject: [SQL] check

> how would you go about enforcing the default value:
>
> I have a nextval('seq') as my default and on an insert I don't want any
> other value to be allowed.
>
> forget my last query about inheritance issues
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

In response to

  • check at 2002-06-14 18:47:32 from Matt

Browse pgsql-sql by date

  From Date Subject
Next Message Stephan Szabo 2002-06-17 14:55:23 Re: check
Previous Message Christoph Haller 2002-06-17 13:46:04 join question - requesting for a simple C program where it can INSERT data into database as reference