Re: Sequences & rules

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Pierre-Frédéric Caillaud <lists(at)boutiquenumerique(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Sequences & rules
Date: 2004-07-27 14:13:14
Message-ID: 28268.1090937594@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

=?iso-8859-15?Q?Pierre-Fr=E9d=E9ric_Caillaud?= <lists(at)boutiquenumerique(dot)com> writes:
> Is this normal ?

Yes. See the archives.

> In the end I used a trigger which looks cleaner :

Yup, triggers are the recommended way to solve this type of problem.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Pierre-Frédéric Caillaud 2004-07-27 14:18:38 Re: Sequences & rules
Previous Message Prabu Subroto 2004-07-27 14:09:01 Re: Trigger on Postgres for tables syncronization