Re: Preventing variables from "rolling over" - Mailing list pgsql-general

From Vivek Khera
Subject Re: Preventing variables from "rolling over"
Date
Msg-id x7d78okzeg.fsf@onceler.kciLink.com
Whole thread Raw
In response to Preventing variables from "rolling over"  ("Dr. Evil" <drevil@sidereal.kz>)
List pgsql-general
>>>>> "d" == drevil  <drevil@sidereal.kz> writes:

d> way to check for this condition before I do the addition?  Is there a
d> way to put a constraint on a variable, such that it's always positive?

I have bunches of these:

  pid integer CHECK (pid >= 0),

They work great.  Your update will return failure so you'll only find
out after the fact, but the table will not have been updated in any
case.

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D.                Khera Communications, Inc.
Internet: khera@kciLink.com       Rockville, MD       +1-240-453-8497
AIM: vivekkhera Y!: vivek_khera   http://www.khera.org/~vivek/

pgsql-general by date:

Previous
From: Ken Causey
Date:
Subject: Re: PostgreSQL security concerns
Next
From: Steve Wampler
Date:
Subject: Can't restart postmaster!