Re: updating records

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: updating records
Дата
Msg-id 20031003161607.GA19820@wolff.to
обсуждение исходный текст
Ответ на updating records  (Gene Vital <genevital@karibe.com>)
Список pgsql-general
On Fri, Oct 03, 2003 at 11:27:11 -0400,
  Gene Vital <genevital@karibe.com> wrote:
> Hi all.
>     I am using Visual FoxPro via ODBC to update records on a 7.3.4
> PostgreSql server and it appears that it always uses delete/insert
> instead of updating the current record. Can this be changed to update
> the existing record instead?

Depneding on why you want to do this, it might not help. Postgres
uses MVCC and updates are effectively inserts and deletes.

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

Предыдущее
От: "Andrew L. Gould"
Дата:
Сообщение: Re: Schema backup
Следующее
От: "Robert Wille"
Дата:
Сообщение: Re: LC_COLLATE=C not working