pgloader2.3.2使用
掛載系統映象 yum install pgloader-2.3.2-1.rhel6.x86_64.rpm
配置檔案
conf.conf
[pgsql]
host=192.168.245.132
port=5432
#database
base=postgres
user=postgres
pass=postgres
#log_file=/home/hgs/test/t.log
log_min_messages=INFO
#client_min_messages=log
lc_messages= C
client_encoding='utf-8'
#input_encoding='utf-8'
copy_every=20000
commit_every=20000
#copy_delimiter=%
null=""
empty_string=""
max_parallel_sections=4
[pgloader]
table=x
format=text
filename=/home/hgs/test/test_11.bcp
field_sep=\t
columns=id,name
reject_log=/home/hgs/test/test.log
reject_data=/home/hgs/test/test.data
執行 /usr/bin/pgloader -c conf.conf -L logfile
配置檔案
conf.conf
[pgsql]
host=192.168.245.132
port=5432
#database
base=postgres
user=postgres
pass=postgres
#log_file=/home/hgs/test/t.log
log_min_messages=INFO
#client_min_messages=log
lc_messages= C
client_encoding='utf-8'
#input_encoding='utf-8'
copy_every=20000
commit_every=20000
#copy_delimiter=%
null=""
empty_string=""
max_parallel_sections=4
[pgloader]
table=x
format=text
filename=/home/hgs/test/test_11.bcp
field_sep=\t
columns=id,name
reject_log=/home/hgs/test/test.log
reject_data=/home/hgs/test/test.data
執行 /usr/bin/pgloader -c conf.conf -L logfile
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31506529/viewspace-2152595/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- laravel使用EasyWeChat 使用Laravel
- 如何使用使用 HAVING 與 ORDER BY?
- winscp使用教程多使用者,winscp使用教程多使用者,教程詳情
- 配置vsftpd匿名使用服務,個人使用者使用以及虛擬使用者使用配置細節!FTP
- TestContainer使用者使用經驗AI
- ImageJ使用教程(一):開始使用
- Laravel passport 多端使用者使用LaravelPassport
- 使用dwebsocket在Django中使用WebsocketWebDjango
- 使用 CSS 追蹤使用者CSS
- RecyclerView使用指南(四)—— 使用ItemDecorationView
- RecyclerView使用指南(一)—— 基本使用View
- mongodb使用者與角色使用MongoDB
- Urllib庫的使用一---基本使用
- Vivado使用技巧(19):使用Vivado Simulator
- 使用者及使用者組管理使用的練習
- jumpserver 使用者,系統使用者和管理使用者 普通使用者和特權使用者 區別Server
- 22. 使用MySQL之使用檢視MySql
- 24. 使用MySQL之使用遊標MySql
- 使用者組和使用者
- 使用 JWT 認證使用者身份JWT
- Docker 使用者操作使用說明Docker
- 使用PyCharm引入需要使用的包PyCharm
- 使用者授權,策略的使用
- 使用jquery和使用框架的區別jQuery框架
- 儘量使用 useReducer,不要使用 useStateuseReducer
- 2、Spring使用+ioc容器配置使用1Spring
- 使用Bootstrap tab頁切換的使用boot
- PyCharm使用技巧(六):Regullar Expressions的使用PyCharmExpress
- 使用普通使用者執行 dockerDocker
- Scrapy框架的使用之Scrapyrt的使用框架
- 在C#中使用OpenCV(使用OpenCVSharp)C#OpenCV
- (四)Linux之使用者管理(使用者和使用者組)Linux
- git使用Git
- StopWatch使用
- 工具使用
- Cursor使用
- Emacs使用Mac
- tmux使用UX