close connection

From: "Dominique Bessette - Halsema" <dbhalsema(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: close connection
Date: 2008-01-28 17:30:28
Message-ID: b713ca6c0801280930s27ffb882re2cc692d5e3961e6@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I dont really understand the question but here's an xml example of what is
getting posted to postgres, and i'm trying to figure out how to do a
connection.close() type of thing in it.

<wfs:Transaction service="WFS" version="1.0.0" xsi:schemaLocation="
http://www.opengis.net/wfs
http://schemas.opengis.net/wfs/1.0.0/WFS-transaction.xsd
http://www.opengeospatial.net/cite
http://<host>:<port>/geoserver/wfs/DescribeFeatureType?typename=cite:tracks,cite:alias
" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:cite="
http://www.opengeospatial.net/cite" xmlns:ogc="http://www.opengis.net/ogc"
xmlns:wfs="http://www.opengis.net/wfs" xmlns:gml="http://www.opengis.net/gml
"> <wfs:Delete typeName="cite:tracks"> <ogc:Filter> <
ogc:PropertyIsEqualTo> <ogc:PropertyName>guid</ogc:PropertyName> <
ogc:Literal>TEST11108</ogc:Literal> </ogc:PropertyIsEqualTo> </
ogc:Filter> </wfs:Delete> </wfs:Transaction>

On 1/24/08, Erik Jones <erik(at)myemma(dot)com> wrote:
>
>
> On Jan 24, 2008, at 3:47 PM, Dominique Bessette - Halsema wrote:
>
> > is there a way to close the connection in postgres after i insert
> > something?
>
>
> Of course. Exactly how will be dependent on what you're using to
> access the db (language/framework-wise).
>
> Erik Jones
>
> DBA | Emma(R)
> erik(at)myemma(dot)com
> 800.595.4401 or 615.292.5888
> 615.292.0777 (fax)
>
> Emma helps organizations everywhere communicate & market in style.
> Visit us online at http://www.myemma.com
>
>
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dominique Bessette - Halsema 2008-01-28 17:31:52 Re: close connection
Previous Message Harald Armin Massa 2008-01-28 17:00:45 Re: Bug (?) in JDB