Re: Prepared statement already exists

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: WireSpot <wirespot(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Prepared statement already exists
Date: 2008-11-20 14:07:24
Message-ID: 20081120140724.GD3810@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

WireSpot escribió:

> I guess he means if connections are persistent, or if the same
> connection is being used at the same time from different parts of the
> application.

I guess if connections are persistent, you could clear them before each
usage with DISCARD (8.3 only)

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sam Mason 2008-11-20 14:18:28 Re: Prepared statement already exists
Previous Message WireSpot 2008-11-20 14:03:08 Re: Prepared statement already exists