Re: Concurrent testing PostgreSQL Vs MySQL

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Concurrent testing PostgreSQL Vs MySQL
Дата
Msg-id 20031121124031.GB26392@dcc.uchile.cl
обсуждение исходный текст
Ответ на Re: Concurrent testing PostgreSQL Vs MySQL  ("Durai" <visolve_postgres@lycos.co.uk>)
Список pgsql-general
On Fri, Nov 21, 2003 at 03:39:42PM +0530, Durai wrote:

>                     The script content is:
>
> # cat testpgsql.php
>
> <?php
> $dbconn = pg_connect("host=172.16.1.158 port=5432 dbname=test user=postgres");
> $result = pg_exec ($dbconn, "update table2 set C2=C2+1;");
> $result = pg_exec ($dbconn, "update table2 set C2=C2-1;");
> pg_close($dbconn);
> ?>

Is this the exact equivalent test of the MySQL "concurrent" test?
(Ignoring the transaction handling difference)

--
Alvaro Herrera (<alvherre[@]dcc.uchile.cl>)
"La tristeza es un muro entre dos jardines" (Khalil Gibran)

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

Предыдущее
От: Shridhar Daithankar
Дата:
Сообщение: Re: Modelling Oracle Sequences
Следующее
От: Alex Page
Дата:
Сообщение: Re: linking postgre to AD