Re: php with postgres

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: php with postgres
Дата
Msg-id 100401c350d5$beef5d40$2800a8c0@mars
обсуждение исходный текст
Ответ на Re: php with postgres  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
> > Surely PHP can be modified so as to use the new 3.0 protocol feature to
> > detect whether it's in a transaction or not, so as to avoid unnecssary
> > querying?
>
> Yes, you could, but it hardly seems worth it because they have to
> support old and new protocols.  Eventually, yes, they could use that to
> eliminate the BEGIN;COMMIT.

Just use a configure test to see if you have the appropriate function call
in your libpq...

Chris



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

Предыдущее
От: Steven Vajdic
Дата:
Сообщение: Unsubscribe
Следующее
От: Sailesh Krishnamurthy
Дата:
Сообщение: Re: table-level and row-level locks.