No, is correct like 'estac_aemet'

How do I know if my POSTGIS functions are installed ok?

In my DB called 'postgres' I have no Functions.



>> Yes, the tabla estac_aemet exists. The schema is public
>>
>
> Did you create the table using double quotes to name it ? "ESTAC_AEMET" maybe
> ?
> If so, then you have to respect the case in the table name when naming it:
>
> SELECT addgeometrycolumn('public','ESTAC_AEMET', 'the_geom', 23030,'POINT',2)
>
> You can check the table name by launching psql and typing \d to list all
> tables.
>
>
> Nicolas
> _______________________________________________
> postgis-users mailing list
> postgis-users@postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
>


_______________________________________________
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to