[postgis-users] No oid spatial table can't be visited(bug?)

strk at refractions.net strk at refractions.net
Tue Nov 23 06:54:58 PST 2004


You need to specify a field to be used as unique identifiers,
which by default is "oid".
	DATA the_geom from mytable using uniq=gid
or something similar...
---strk;

On Tue, Nov 23, 2004 at 10:43:25PM +0800, wlx wrote:
> Hi,
>     I create a spatial table without oid,I can query with postgis,but when I
> use Qgis-0.5 or Mapserver-4.4,then both can't visit it.
>     I noted the error message is the lack of oid,so,maybe this is a bug?
>     My postgresql is 8.0beta.
> 
>     Best regards,
> 
> LiangXu Wang
> 
> 
> 
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users



More information about the postgis-users mailing list