Re: close connection

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

i forgot to add on the xml code

<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, Dominique Bessette - Halsema <dbhalsema(at)gmail(dot)com> wrote:
>
> I'm http posting postgres from my wfs. in otherwords i'm postgres is my
> datastore and i'm posting xml to it. so do you know how to close it in xml?
>
>
> On 1/24/08, Bill Moran <wmoran(at)potentialtech(dot)com> wrote:
> >
> > "Dominique Bessette - Halsema" <dbhalsema(at)gmail(dot)com> wrote:
> > >
> > > is there a way to close the connection in postgres after i insert
> > something?
> > >
> >
> > The short answer is "yes".
> >
> > In order to provide a more detailed answer, I suspect you're going to
> > have
> > to provide a little more context ... are you writing a C application, or
> > using the psql program or something else?
> >
> > --
> > Bill Moran
> > http://www.potentialtech.com
> >
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2008-01-28 17:41:03 Re: Error after upgrade
Previous Message Dominique Bessette - Halsema 2008-01-28 17:30:28 close connection