Re: Composed Key and autoincrement - Mailing list pgsql-novice

From joe speigle
Subject Re: Composed Key and autoincrement
Date
Msg-id 405930.55897.qm@web60719.mail.yahoo.com
Whole thread Raw
In response to Composed Key and autoincrement  (fbn <fbn79@libero.it>)
List pgsql-novice
you could put your business logic into a trigger which is called on
insert, postgres (and me) don't know why or when you want to change the
second column.
Or, you could make a constraint on the column (maybe?)





____________________________________________________________________________________
No need to miss a message. Get email on-the-go
with Yahoo! Mail for Mobile. Get started.
http://mobile.yahoo.com/mail

pgsql-novice by date:

Previous
From: Shane Ambler
Date:
Subject: Re: is there more documentation?
Next
From: Sue Fitt
Date:
Subject: Re: Stored Procedure to return a result set