<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>Hola.
<br><br>El lenguaje [plpgsql] EXISTE, no se si en el server o en PgSQL,o en UNA BD del user postgres...
<br>(no soy ducho en esto...)
<br><br><br>Pero cuando corro la LINEA
<br>. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 
<br>postgres=# SELECT NOW();
<br>              now
<br>-------------------------------
<br> 2011-10-01 14:13:30.189673-05
<br>(1 row)
<br>. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 
<br><br>OK; cuando corro la linea 
<br>. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 
<br>-bash-3.2$ createlang plpgsql geoespacial
<br>Password:
<br>createlang: language "plpgsql" is already installed in database "geoespacial"
<br>-bash-3.2$
<br>. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 
<br><br><br>Por lo tanto corro:
<br>. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 
<br>postgres=# SELECT PostGIS_Full_Version();
<br>ERROR:  function postgis_full_version() does not exist
<br>LINE 1: SELECT PostGIS_Full_Version();
<br>               ^
<br>HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
<br>postgres=#
<br>. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 
<br><br><br>PgSQL dice: function postgis_full_version() does not exist
<br><br><br>Que debo hacer?
<br>El lenguaje ya existe, que mas se requiere?
<br>¿por que no funciona?
        
        </div></div></body></html>