Re: data integrity and inserts

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Timothy Perrigo <tperrigo(at)wernervas(dot)com>
Cc: PgSQL General List <pgsql-general(at)postgresql(dot)org>
Subject: Re: data integrity and inserts
Date: 2004-12-02 23:34:31
Message-ID: 20041202233431.GA16721@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Dec 02, 2004 at 14:20:35 -0600,
Timothy Perrigo <tperrigo(at)wernervas(dot)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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2004-12-02 23:35:56 Re: [SOLVED] Re: pgsql8b5 not launching on OSX system start; otherwise OK
Previous Message Terry Lee Tucker 2004-12-02 22:46:09 Re: Rules