Re: Persistent Connections in Webserver Environment

Поиск
Список
Период
Сортировка
От Hannes Dorbath
Тема Re: Persistent Connections in Webserver Environment
Дата
Msg-id 42764304$0$24347$8fe63b2a@news.disputo.net
обсуждение исходный текст
Ответ на Re: Persistent Connections in Webserver Environment  (Hannes Dorbath <light@theendofthetunnel.de>)
Список pgsql-general
On 02.05.2005 17:32, Hannes Dorbath wrote:
> $q = "SELECT u.login FROM users WHERE u.user_id = 1;";

Sorry, it should read:

$q = "SELECT u.login FROM users u WHERE u.user_id = 1;";

I accidently removed the "u" after users while removing line breaks to
make it shorter to post here.

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

Предыдущее
От: Hannes Dorbath
Дата:
Сообщение: Re: Persistent Connections in Webserver Environment
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Persistent Connections in Webserver Environment