Changes
Page history
miguel.carreira.rial created page: home
authored
Feb 25, 2015
by
Miguel Carreira Rial
Show whitespace changes
Inline
Side-by-side
home.markdown
View page @
b3cdd0b0
...
...
@@ -59,3 +59,17 @@ Salimos del cliente de linea de ordenes con:
Y salimos de la cuenta del usuario postgres:
```
exit
```
## Ejecutar un script .sql
En primer lugar, entraremos en la cuenta de usuario:
```
sudo su postgres
```
Accedemos al terminal de PostgreSQL:
```
psql
```
Cargar el fichero desde la terminal:
```
\i
ruta/fichero
```
\ No newline at end of file