OK Armin, adding the "USING UNIQUE " to the PostGIS layer declaration
the problem is solved
Thanks
2007/7/26, Armin Burger <[EMAIL PROTECTED]>:
>
> you get an error:
>
> ERROR: column "oid" does not exist at
>
> you need to define a UNIQUE field for identifying records in the table.
> If no on
you get an error:
ERROR: column "oid" does not exist at
you need to define a UNIQUE field for identifying records in the table.
If no one is defined then p.mapper tries to use the OID field. This
field is not created any more by default since newer Postgres versions.
So you need a unique fiel
Hi everyone
First of all, I am testing pmapper with version "p.mapper 3.1
beta4 (Mar 8, 2007)" available in
http://maptools.org/ms4w/index.phtml?page=downloads.html.
The problem is the search function. When I search in a postgis layer
this function goes wrong, however this same layer, converted t