Re: Problems with transactions and sequences

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Dennis Gearon <gearond(at)fireserve(dot)net>
Cc: shridhar_daithankar(at)persistent(dot)co(dot)in, pgsql-general(at)postgresql(dot)org
Subject: Re: Problems with transactions and sequences
Date: 2003-08-29 04:06:56
Message-ID: 20030829040656.GB5746@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Aug 28, 2003 at 08:22:47 -0700,
Dennis Gearon <gearond(at)fireserve(dot)net> wrote:
> if one gives a value for the seirial field, the trigger for the serial
> on that table doesn't generate another value?

Serials are implemented using a default function, not a trigger.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Gregory S. Williamson 2003-08-29 04:18:30 Re: Fast Table Replication / Mirroring
Previous Message Marc G. Fournier 2003-08-29 03:59:30 Re: Fast Table Replication / Mirroring