Re: [gdal-dev] Postgresql driver ability to add constraints

2010-11-03 Thread Matthieu Rigal
Hi Frank, This is actually what I am doing, so no problems here ;-) It was rather a suggestion in case it was not discussed, because it may have been useful differently, but it is fine for me so. Best Regards, Matthieu On Wednesday 03 November 2010 14:30:07 Frank Warmerdam wrote: > On Wed, Nov

Re: [gdal-dev] Postgresql driver ability to add constraints

2010-11-03 Thread Frank Warmerdam
On Wed, Nov 3, 2010 at 9:23 AM, Matthieu Rigal wrote: > Hi guys, > > I was checking and I did not found a proper way for now to add a unique or not > null constraints to columns of a layer created/edited by OGR. > > If I am wrong, please correct me. > Else, as I saw that a big refactoring of the P

[gdal-dev] Postgresql driver ability to add constraints

2010-11-03 Thread Matthieu Rigal
Hi guys, I was checking and I did not found a proper way for now to add a unique or not null constraints to columns of a layer created/edited by OGR. If I am wrong, please correct me. Else, as I saw that a big refactoring of the PgSQL/PostGIS is planned/done for the 1.8 version, this may be add