Update move_psql.md

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