Re: Problems with transactions and sequences - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: Problems with transactions and sequences
Date
Msg-id 20030829040656.GB5746@wolff.to
Whole thread Raw
In response to Re: Problems with transactions and sequences  (Dennis Gearon <gearond@fireserve.net>)
List pgsql-general
On Thu, Aug 28, 2003 at 08:22:47 -0700,
  Dennis Gearon <gearond@fireserve.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.

pgsql-general by date:

Previous
From: "Matthew T. O'Connor"
Date:
Subject: Re: Vacuuming and already vacuumed table?
Next
From: "Gregory S. Williamson"
Date:
Subject: Re: Fast Table Replication / Mirroring