這篇文章主要介紹postgresq入庫(kù)工具pgbulkloader怎么用,文中介紹的非常詳細(xì),具有一定的參考價(jià)值,感興趣的小伙伴們一定要看完!
創(chuàng)新互聯(lián)堅(jiān)持“要么做到,要么別承諾”的工作理念,服務(wù)領(lǐng)域包括:成都做網(wǎng)站、成都網(wǎng)站制作、企業(yè)官網(wǎng)、英文網(wǎng)站、手機(jī)端網(wǎng)站、網(wǎng)站推廣等服務(wù),滿足客戶于互聯(lián)網(wǎng)時(shí)代的博羅網(wǎng)站設(shè)計(jì)、移動(dòng)媒體設(shè)計(jì)的需求,幫助企業(yè)找到有效的互聯(lián)網(wǎng)解決方案。努力成為您成熟可靠的網(wǎng)絡(luò)建設(shè)合作伙伴!
示例代碼
rpm -ivh pg_bulkload-3.1.14-1.pg96.rhel6.x86_64.rpm test.ctl: INPUT=/home/hgs/wf_nodeuser_detail.bcp TABLE=wf_nodeuser_detail WRITER=DIRECT PARSE_ERRORS=-1 DUPLICATE_ERRORS=-1 LOGFILE=/home/hgs/log/wf_nodeuser_detail.log PARSE_BADFILE=/home/hgs/bad/wf_nodeuser_detail.error.data DUPLICATE_BADFILE=/home/hgs/bad/wf_nodeuser_detail.duplicate.data DELIMITER="" NULL=NULL MULTI_PROCESS = YES /
postgresql創(chuàng)建extension
create extension pg_bulkloader PGPASSWORD=postgres pg_bulkload -d postgres -U postgres /home/hgs/test.ctl >/dev/null 2>&1
以上是“postgresq入庫(kù)工具pgbulkloader怎么用”這篇文章的所有內(nèi)容,感謝各位的閱讀!希望分享的內(nèi)容對(duì)大家有幫助,更多相關(guān)知識(shí),歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道!