> My I need to make the same to spatial_ref_sys.sql ? > My spatial_ref_sys table is empty. Yeap, just load it using 'psql -d [yourdatabase] -f spatial_ref_sys.sql'. For more information check chapter 2 in the PostGIS Manual: http://webgis.com.br/postgis/docs/capitulo2_Instalacao.html#PGInstall -- Gustavo