Re: data integrity and inserts - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: data integrity and inserts
Date
Msg-id 20041202233431.GA16721@wolff.to
Whole thread Raw
In response to Re: data integrity and inserts  (Timothy Perrigo <tperrigo@wernervas.com>)
List pgsql-general
On Thu, Dec 02, 2004 at 14:20:35 -0600,
  Timothy Perrigo <tperrigo@wernervas.com> wrote:
> The first way also makes it possible to put the constraint on multiple
> fields:
>
> create unique index uidx_abc on my_table(col_a, col_b, col_c);

You can do that with unique constraints as well.

pgsql-general by date:

Previous
From: Terry Lee Tucker
Date:
Subject: Re: Rules
Next
From: Tom Lane
Date:
Subject: Re: [SOLVED] Re: pgsql8b5 not launching on OSX system start; otherwise OK