Re: [GENERAL] close connection

2008-01-28 Thread Dominique Bessette - Halsema
ot;; 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 "> < ogc:PropertyIsEqualTo> guid < ogc:Literal>TEST11108

[GENERAL] close connection

2008-01-28 Thread Dominique Bessette - Halsema
"http://www.opengis.net/wfs"; xmlns:gml="http://www.opengis.net/gml "> < ogc:PropertyIsEqualTo> guid < ogc:Literal>TEST11108 On 1/24/08, Erik Jones <[EMAIL PROTECTED]> wrote: > > > On Jan 24, 2008, at 3:47 PM, Dominique Bessette - Halse

Re: [GENERAL] close connection

2008-01-24 Thread Dominique Bessette - Halsema
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 <[EMAIL PROTECTED]> wrote: > > "Dominique Bessette - Halsema" <[EMAIL PROTECTED]>

[GENERAL] close connection

2008-01-24 Thread Dominique Bessette - Halsema
is there a way to close the connection in postgres after i insert something?

[GENERAL] unique constraint

2008-01-24 Thread Dominique Bessette - Halsema
I'm getting the following error, and I think it's because when i insert into postgres from geoserver's WFS, i first delete then insert the track, and geoserver does this in succession but very fast. If I personally test inserting two tracks with the same guid in a row, then it works, but because g

[GENERAL] constraints in table

2008-01-23 Thread Dominique Bessette - Halsema
Hello, How do i find the constraints on a table in SQL? my database is linux based, and I cant seem to find the command. Thanks