rhel7 pgloader使用

hgs19921112發表於2018-04-12
官網下載 pgloader-3.4.1-2.rhel7.x86_64.rpm,python-psycopg2  安裝
這是shell 執行pgloader  出現 libssl.so被需要    ll | grep libssl.so.1.0.   查詢  這個時候可能會出現兩條查詢結果,
我的是libssl.so.1.0.1e    新建軟連結  ln -s  /lib64/ libssl.so.1.0.1e    /lib64/ libssl.so
這個時候在執行pgloader shell會直接結束命令,說明安裝完成   pgloader --help可檢視幫助資訊

使用時例如
pgloader --type csv --field "id,name"  -D  /home/hgs    -L /home/hgs/test.log --with "fields terminated by \'\\t\'" --with "batch rows = 100000"   /home/hgs/test.bcp  postgresql://postgres:postgres@192.168.245.137:5432/postgres?tablename=test

詳細引數可檢視官網

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31506529/viewspace-2152850/,如需轉載,請註明出處,否則將追究法律責任。

相關文章