Re: table constraints and performance

From: "Chris M" <chris(at)none(dot)none>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: table constraints and performance
Date: 2003-08-26 15:16:56
Message-ID: big171$2stv$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

What Franco Bruno Borghesi says is a goos idea.
You can prevent the user from duplicate submits.

If you want to keep some fields unique in a table, please
rely on the DBMS. PostgreSQL support primary key,
foreign key, unique index and other facilities to keep
data integrity. And I think it can do things better most
of the time.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2003-08-26 15:17:20 Re: 7.4b1 vs 7.3.4 performance
Previous Message Dennis Björklund 2003-08-26 15:15:04 Re: Index usage