Re: Persistent Connections in Webserver Environment

From: Hannes Dorbath <light(at)theendofthetunnel(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Persistent Connections in Webserver Environment
Date: 2005-05-02 15:40:05
Message-ID: 42764304$0$24347$8fe63b2a@news.disputo.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2005-05-02 15:41:26 Re: Persistent Connections in Webserver Environment
Previous Message Hannes Dorbath 2005-05-02 15:32:07 Re: Persistent Connections in Webserver Environment