We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e6063 commit 199802aCopy full SHA for 199802a
README.md
@@ -2206,8 +2206,8 @@ order by ti.table_page_read desc, ii.idx_page_read desc
2206
2207
Одной командой, несколько таблиц с целостностью данных. Только схема `public`, без таблиц, которые начинаются со знака подчёркивания.
2208
```bash
2209
-pg_dump -U postgres -h 127.0.0.1 --exclude-table=_* --dbname={database_src} --schema=public --verbose \
2210
- | psql -U postgres -h 127.0.0.1 --dbname={database_dst} --single-transaction --setON_ERROR_ROLLBACK=on 2> errors.txt
+pg_dump -U postgres -h 127.0.0.1 --exclude-table=_* --dbname=my_database_src --schema=public --verbose \
+ | psql -U postgres -h 127.0.0.1 --dbname=my_database_dst --single-transaction --set=ON_ERROR_ROLLBACK=on 2> errors.txt
2211
```
2212
2213
Двумя командами, только одну таблицу, через промежуточный сжатый файл.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments