Update move_psql.md

This commit is contained in:
2026-07-21 00:25:47 +08:00
parent 3cb0eb2c0d
commit 0f545fb9f6
+1 -1
View File
@@ -1,6 +1,6 @@
## Этап 1. Создание дампов
### 1.1. Дамп СХЕМЫ (только таблицы, без функций/триггеров)
```sh
```bash
pg_dump -p 5436 -U postgres -d edemo_ehd1 \
--schema-only \
--clean \