Re: [INTERFACES] Ghost insert

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [INTERFACES] Ghost insert
Дата
Msg-id 6385.945962155@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Ghost insert  (Enrique Rodriguez Lazaro <enrique@xpress.es>)
Список pgsql-interfaces
Enrique Rodriguez Lazaro <enrique@xpress.es> writes:
>  I can't do a simple 'insert' from libpq.

Perhaps you did a "BEGIN" and haven't yet done a "COMMIT"?
The result of your insert (or any other data update command)
won't be visible to other clients until and unless you commit it.

However, if you haven't issued a BEGIN then the default behavior
is to auto-commit after every successful command, so I'm not sure
that's the right answer...
        regards, tom lane


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

Предыдущее
От: "D'Arcy" "J.M." Cain
Дата:
Сообщение: Re: [INTERFACES] Ghost insert
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [INTERFACES] Ghost insert