Re: UPDATE sql question

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: UPDATE sql question
Дата
Msg-id Pine.LNX.4.33.0307281215490.19755-100000@css120.ihs.com
обсуждение исходный текст
Ответ на UPDATE sql question  (Andrei Verovski (aka MacGuru) <andreil1@mail.starlett.lv>)
Список pgsql-php
On Mon, 28 Jul 2003, Andrei Verovski wrote:

> Hi,
>
> What exactly will happen if UPDATE sql statement instructs to update
> some columns with the same values as already in the database? Will
> Postgres update only different values or it will simply modify all
> columns listed in UPDATE sql?

It will update the columns.  Which means lots of dead tuples, which means
vacuuming.


В списке pgsql-php по дате отправления:

Предыдущее
От: "bruce"
Дата:
Сообщение: Re: Accessing Postgres db from apache using PHP
Следующее
От: Andrei Verovski (aka MacGuru)
Дата:
Сообщение: Strange problem starting PostgreSQL