Re: Persistent Connections in Webserver Environment - Mailing list pgsql-general

From Hannes Dorbath
Subject Re: Persistent Connections in Webserver Environment
Date
Msg-id 42764304$0$24347$8fe63b2a@news.disputo.net
Whole thread Raw
In response to Re: Persistent Connections in Webserver Environment  (Hannes Dorbath <light@theendofthetunnel.de>)
List 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 by date:

Previous
From: Hannes Dorbath
Date:
Subject: Re: Persistent Connections in Webserver Environment
Next
From: Scott Marlowe
Date:
Subject: Re: Persistent Connections in Webserver Environment