Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soartec-lab/db_check
https://github.com/soartec-lab/db_check
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/soartec-lab/db_check
- Owner: soartec-lab
- Created: 2017-07-25T00:43:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-21T04:32:31.000Z (over 6 years ago)
- Last Synced: 2024-10-22T02:12:33.648Z (2 months ago)
- Language: Shell
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PostgreSQL用便利シェル
# 構成
```
├── README.md
├── bin
│ ├── column_export_csv.sh
│ ├── db_check.sh
│ ├── excute_mailer.sh
│ ├── objects_data_size_export.sh
│ └── table_data_count.sh
├── export
└── psql.conf
```## bin
### db_check.sh2つのDB(SOURCEとTARGET)のデータするを比較する
詳細
http://qiita.com/shodaisuzuki/items/a5f58a501bec0e7bab2c### column_export_csv.sh
指定したテーブルのカラム一覧をCSV出力する
### table_data_count.sh
指定したDBの全テーブルのデータ数をCSV出力する
### excute_mailer.sh
クエリの実行結果をメール送信する
### objects_data_size_export.sh
全テーブル、インデックスのデータサイズを大きい順にソートしてCSV出力する
## export
ファイル出力先ディレクトリ
## psql.conf
PostgreSQLの設定値を記述します。
このファイルは各実行ファイルで読み込まれています。