diff --git a/postgresql/postgresql.rst b/postgresql/postgresql.rst index e8d82c1..8728475 100644 --- a/postgresql/postgresql.rst +++ b/postgresql/postgresql.rst @@ -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 ----------------------------------