Re: Unanswered questions about Postgre

Поиск
Список
Период
Сортировка
От Tim Kientzle
Тема Re: Unanswered questions about Postgre
Дата
Msg-id 3A357AFE.FC02497D@acm.org
обсуждение исходный текст
Ответ на Unanswered questions about Postgre  (Joe Kislo <pgsql@athenium.com>)
Список 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 по дате отправления:

Предыдущее
От: Lamar Owen
Дата:
Сообщение: Re: Large files on linux
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Unanswered questions about Postgre