rm vim dir

This commit is contained in:
piccihud
2023-05-28 14:15:51 +02:00
parent 0fa1f80eb8
commit c83bf3793e
6 changed files with 14 additions and 160 deletions

View File

@@ -122,10 +122,9 @@ pg_dump <database_name> > <file.sql>
### Restore
```bash
Da shell
:w
Da shell:
```bash
psql <database_name> < <file.sql>
```