Skip to content

Commit

Permalink
Cambio menor: hyperlink target para PostgreSQL
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando González committed Oct 9, 2014
1 parent 751eff6 commit 6a82efb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions postgresql/postgresql.rst
Expand Up @@ -313,6 +313,8 @@ El siguiente ejemplo crea una base de datos llamada ``analisis`` y dentro de ell
$ psql -U postgres -d analisis -c "create extension postgis"
$ for i in `ls /tmp/datos/analisis/*.shp`; do shp2pgsql -s 25830 $i gis.${i%.shp} | psql -U postgres -d analisis; done

.. _postgresql-backup:

Creación de copias de seguridad
----------------------------------

Expand Down

0 comments on commit 6a82efb

Please sign in to comment.