Changes between Version 29 and Version 30 of manual_regente_windows_postgres
- Timestamp:
- 10/27/11 17:22:25 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
manual_regente_windows_postgres
v29 v30 92 92 [[Image(pgsql09.jpg)]][[Image(pgsql10.jpg)]] 93 93 }}} 94 * ALTER DATABASE nombre_basedatos SET statement_timeout=480000; 94 95 * Comandos (en ventana cmd.exe) para restaurar una BD. 95 96 {{{ … … 114 115 * 4) Restaurar solo los datos 115 116 {{{ /usr/lib/postgresql/8.3/bin/pg_restore -h localhost -p 5432 -U sistemas -d demo2 -a --disable-triggers -v regente1.dmp 2> errores.txt }}} 117 {{{ ALTER DATABASE nombre_basedatos SET statement_timeout=480000; }}} 116 118 * 5) Volver a poner checks quitados: 117 119 {{{