Hola. El lenguaje [plpgsql] EXISTE, no se si en el server o en PgSQL,o en UNA BD del user postgres... (no soy ducho en esto...)
Pero cuando corro la LINEA . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . postgres=# SELECT NOW(); now ------------------------------- 2011-10-01 14:13:30.189673-05 (1 row) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . OK; cuando corro la linea . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . -bash-3.2$ createlang plpgsql geoespacial Password: createlang: language "plpgsql" is already installed in database "geoespacial" -bash-3.2$ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Por lo tanto corro: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . postgres=# SELECT PostGIS_Full_Version(); ERROR: function postgis_full_version() does not exist LINE 1: SELECT PostGIS_Full_Version(); ^ HINT: No function matches the given name and argument types. You might need to add explicit type casts. postgres=# . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . PgSQL dice: function postgis_full_version() does not exist Que debo hacer? El lenguaje ya existe, que mas se requiere? ¿por que no funciona?
_______________________________________________ Talk-co mailing list [email protected] http://lists.openstreetmap.org/listinfo/talk-co

