Re: Unanswered questions about Postgre - Mailing list pgsql-general

From Tim Kientzle
Subject Re: Unanswered questions about Postgre
Date
Msg-id 3A357AFE.FC02497D@acm.org
Whole thread Raw
In response to Unanswered questions about Postgre  (Joe Kislo <pgsql@athenium.com>)
List pgsql-general
> Of course, people really shouldn't be inserting
> objects which already exist, ...

On the contrary, the best way to test if
something already exists is to just try the
INSERT and let the database tell you if
it's already there.  Both faster and more
reliable than doing SELECT then INSERT.

            - Tim

pgsql-general by date:

Previous
From: Lamar Owen
Date:
Subject: Re: Large files on linux
Next
From: Tom Lane
Date:
Subject: Re: Unanswered questions about Postgre