[postgis-users] a couple of procedural questions for populating tables programmatically

2011-03-08 Thread Mr. Puneet Kishor
I have a couple of procedural questions. I am populating my table with point and cell geometries programmatically. First question: When I INSERT values other than the geometry in rows and then UPDATE the geometry in a second process, everything works -- $sth = $dbh->prepare(qq{INSERT INTO ba

Re: [postgis-users] a couple of procedural questions for populating tables programmatically

2011-03-08 Thread Mike Toews
On 9 March 2011 03:07, Mr. Puneet Kishor wrote: > > I have a couple of procedural questions. I am populating my table with point > and cell geometries programmatically. First question: When I INSERT values > other than the geometry in rows and then UPDATE the geometry in a second > process, eve