Re: translating this SQL query from a different dialect

From: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: translating this SQL query from a different dialect
Date: 2006-01-10 18:28:36
Message-ID: 20060110182836.GA7485@webserv.wug-glas.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

am 10.01.2006, um 10:38:59 -0700 mailte Michael Fuhr folgendes:
> > create trigger max8 before insert on foo for each row execute procedure max8();
>
> Beware that as written this doesn't handle concurrency. For example:
>
> The table now has 14 records. You'll need to add some extra locking
> for it to work in a concurrent environment.

Oh, thanks very much for this hint.

Andreas
--
Andreas Kretschmer (Kontakt: siehe Header)
Heynitz: 035242/47212, D1: 0160/7141639
GnuPG-ID 0x3FFF606C http://wwwkeys.de.pgp.net
=== Schollglas Unternehmensgruppe ===

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Vanja 2006-01-10 18:43:40 Re: translating this SQL query from a different dialect
Previous Message Michael Fuhr 2006-01-10 17:38:59 Re: translating this SQL query from a different dialect