Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Teste da Silva committed Jun 2, 2009
1 parent 0b41a0b commit 05319e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion INSTALAR.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ Criar um banco UTF8:
# Debian
su - postgres -c "/usr/bin/postgresql/8.3/initdb -E utf8 --locale=en_US.UTF-8 $PGROOT/data"

# Ubuntu
su - postgres -c "/usr/lib/postgresql/8.3/bin/initdb -E utf8 --locale=en_US.UTF-8 $PGROOT/data"


== PostGIS

Expand Down Expand Up @@ -71,7 +74,7 @@ Alguns exemplos:
\i /usr/share/pgsql/contrib/lwpostgis-64.sql
\i /usr/share/pgsql/contrib/spatial_ref_sys.sql

# debian
# debian e ubuntu
\i /usr/share/postgresql-8.3-postgis/lwpostgis.sql;
\i /usr/share/postgresql-8.3-postgis/spatial_ref_sys.sql;

Expand Down
2 changes: 1 addition & 1 deletion INSTALL.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Distro specific:
\i /usr/share/pgsql/contrib/lwpostgis-64.sql
\i /usr/share/pgsql/contrib/spatial_ref_sys.sql

# debian
# debian e ubuntu
\i /usr/share/postgresql-8.3-postgis/lwpostgis.sql;
\i /usr/share/postgresql-8.3-postgis/spatial_ref_sys.sql;

Expand Down

0 comments on commit 05319e6

Please sign in to comment.