pgloader/test/csv-before-after.load
Dimitri Fontaine f7d251ed86 Fix quoting of TRUNCATE command, fix #84.
That patch is not a principaled approach at fixing the problem but
should allow for not messing up with fully qualified table names.

A proper way to do it would be to have a pgsql object name structure
composed of the catalog, the schema and the name as separate entries,
with assorted API to print that object properly. That's for another day
though.
2014-06-20 13:10:39 +02:00

498 lines
16 KiB
Fish

LOAD CSV
FROM INLINE
WITH ENCODING iso-8859-1
(
startIpNum, endIpNum, locId
)
INTO postgresql:///pgloader?csv.blocks
(
iprange ip4r using (ip-range startIpNum endIpNum),
locId
)
WITH truncate,
fields optionally enclosed by '"',
fields escaped by double-quote,
fields terminated by ','
SET work_mem to '32 MB', maintenance_work_mem to '64 MB'
BEFORE LOAD DO
$$ create extension if not exists ip4r; $$,
$$ drop schema if exists csv cascade; $$,
$$ create schema csv; $$,
$$ create table if not exists csv.blocks
(
iprange ip4r,
locid integer
);
$$,
$$ drop index if exists csv.blocks_ip4r_idx; $$,
$$ truncate table csv.blocks; $$
AFTER LOAD DO
$$ create index blocks_ip4r_idx on csv.blocks using gist(iprange); $$;
"3754901760","3754902015","195756"
"3754902016","3754903039","209"
"3754903040","3754903551","29727"
"3754903552","3754904319","209"
"3754904320","3754904575","29727"
"3754904576","3754904703","209"
"3754904704","3754904831","29727"
"3754904832","3754906111","209"
"3754906112","3754906367","107738"
"3754906368","3754908159","209"
"3754908160","3754908415","152101"
"3754908416","3754908671","22537"
"3754908672","3754908927","152101"
"3754908928","3754909695","209"
"3754909696","3754909951","22537"
"3754909952","3754911231","209"
"3754911232","3754911487","258257"
"3754911488","3754914047","209"
"3754914048","3754914303","157887"
"3754914304","3754914815","209"
"3754914816","3754915071","157887"
"3754915072","3754915327","36801"
"3754915328","3754915839","209"
"3754915840","3754916351","157887"
"3754916352","3754916607","36801"
"3754916608","3754916863","209"
"3754916864","3754917119","36801"
"3754917120","3754917375","209"
"3754917376","3754917887","36801"
"3754917888","3754918143","209"
"3754918144","3754918399","36801"
"3754918400","3754919423","209"
"3754919424","3754919935","36801"
"3754919936","3754920447","22537"
"3754920448","3754920959","209"
"3754920960","3754921215","105970"
"3754921216","3754921983","209"
"3754921984","3754922239","195756"
"3754922240","3754923007","209"
"3754923008","3754923519","29727"
"3754923520","3754927615","209"
"3754927616","3754927871","104087"
"3754927872","3754928639","209"
"3754928640","3754928895","111006"
"3754928896","3754930175","209"
"3754930176","3754930431","104486"
"3754930432","3754930687","157991"
"3754930688","3754930943","104486"
"3754930944","3754934271","209"
"3754934272","3754934783","29727"
"3754934784","3754935807","209"
"3754935808","3754936319","29727"
"3754936320","3754941439","209"
"3754941440","3754941695","199446"
"3754941696","3754941951","209"
"3754941952","3754942207","152101"
"3754942208","3754942719","209"
"3754942720","3754942975","108056"
"3754942976","3754950655","209"
"3754950656","3754983423","24328"
"3754983424","3755016191","47667"
"3755016192","3755044863","24328"
"3755044864","3755048959","104221"
"3755048960","3755114495","24328"
"3755114496","3755122687","104025"
"3755122688","3755180031","24328"
"3755180032","3755196415","104025"
"3755196416","3755212799","24328"
"3755212800","3755343871","16496"
"3755343872","3755474943","104129"
"3755474944","3755476735","14614"
"3755476736","3755476991","346442"
"3755476992","3755494143","14614"
"3755494144","3755494399","113046"
"3755494400","3755494911","14614"
"3755494912","3755495167","341794"
"3755495168","3755507967","14614"
"3755507968","3755508223","53101"
"3755508224","3755508479","14614"
"3755508480","3755508735","113548"
"3755508736","3755509759","14614"
"3755509760","3755510015","53101"
"3755510016","3755511039","14614"
"3755511040","3755511295","53101"
"3755511296","3755512063","14614"
"3755512064","3755512319","336695"
"3755512320","3755539711","14614"
"3755539712","3755539967","53101"
"3755539968","3755540735","14614"
"3755540736","3755540991","336677"
"3755540992","3755541247","20630"
"3755541248","3755541759","14614"
"3755541760","3755542015","20630"
"3755542016","3755542271","14614"
"3755542272","3755542527","336677"
"3755542528","3755544319","14614"
"3755544320","3755544575","113245"
"3755544576","3755544831","112160"
"3755544832","3755545855","14614"
"3755545856","3755546111","104325"
"3755546112","3755553535","14614"
"3755553536","3755553791","112896"
"3755553792","3755556095","14614"
"3755556096","3755556351","106120"
"3755556352","3755565311","14614"
"3755565312","3755565823","112608"
"3755565824","3755567871","14614"
"3755567872","3755568127","112398"
"3755568128","3755576319","14614"
"3755576320","3755576575","336692"
"3755576576","3755578367","14614"
"3755578368","3755578879","337936"
"3755578880","3755582463","14614"
"3755582464","3755582719","338005"
"3755582720","3755583999","14614"
"3755584000","3755584255","337522"
"3755584256","3755587583","14614"
"3755587584","3755587839","106418"
"3755587840","3755588863","14614"
"3755588864","3755589375","109797"
"3755589376","3755604479","14614"
"3755604480","3755604735","57645"
"3755604736","3755604991","346205"
"3755604992","3755610111","14614"
"3755610112","3755610367","111975"
"3755610368","3755612927","14614"
"3755612928","3755613183","112589"
"3755613184","3755615999","14614"
"3755616000","3755616255","104239"
"3755616256","3755619583","14614"
"3755619584","3755619839","41997"
"3755619840","3755623423","14614"
"3755623424","3755623679","337505"
"3755623680","3755624191","14614"
"3755624192","3755624447","105896"
"3755624448","3755624703","337505"
"3755624704","3755633663","14614"
"3755633664","3755633919","64704"
"3755633920","3755634175","113229"
"3755634176","3755638783","14614"
"3755638784","3755639039","336674"
"3755639040","3755639295","341516"
"3755639296","3755639551","14614"
"3755639552","3755639807","336674"
"3755639808","3755640831","14614"
"3755640832","3755641087","21250"
"3755641088","3755641855","14614"
"3755641856","3755642111","336674"
"3755642112","3755643391","14614"
"3755643392","3755643647","21250"
"3755643648","3755644415","14614"
"3755644416","3755644671","21250"
"3755644672","3755645951","14614"
"3755645952","3755646207","336674"
"3755646208","3755647487","14614"
"3755647488","3755647743","21250"
"3755647744","3755647999","14614"
"3755648000","3755648255","21250"
"3755648256","3755648511","14614"
"3755648512","3755648767","56483"
"3755648768","3755649791","14614"
"3755649792","3755650047","336674"
"3755650048","3755650815","14614"
"3755650816","3755651071","31831"
"3755651072","3755651327","14614"
"3755651328","3755651839","104232"
"3755651840","3755652095","14614"
"3755652096","3755652351","336674"
"3755652352","3755661055","14614"
"3755661056","3755661311","109384"
"3755661312","3755661567","14614"
"3755661568","3755661823","285672"
"3755661824","3755672319","14614"
"3755672320","3755672575","112305"
"3755672576","3755685887","14614"
"3755685888","3755686143","416519"
"3755686144","3755690751","14614"
"3755690752","3755691007","113121"
"3755691008","3755693567","14614"
"3755693568","3755693823","104230"
"3755693824","3755704319","14614"
"3755704320","3755704831","337510"
"3755704832","3755705855","14614"
"3755705856","3755706111","106419"
"3755706112","3755707135","14614"
"3755707136","3755707391","337510"
"3755707392","3755710207","14614"
"3755710208","3755710463","337510"
"3755710464","3755717375","14614"
"3755717376","3755717631","106417"
"3755717632","3755719679","14614"
"3755719680","3755719935","336676"
"3755719936","3755725311","14614"
"3755725312","3755725567","113477"
"3755725568","3755732223","14614"
"3755732224","3755732479","337495"
"3755732480","3755733247","14614"
"3755733248","3755733503","112338"
"3755733504","3755734527","14614"
"3755734528","3755734783","337495"
"3755734784","3755735551","14614"
"3755735552","3755735807","112214"
"3755735808","3755737087","14614"
"3755737088","3755868159","104339"
"3755868160","3755933695","119"
"3755933696","3755935487","69710"
"3755935488","3755935999","336681"
"3755936000","3755939327","69710"
"3755939328","3755939583","336681"
"3755939584","3755945215","69710"
"3755945216","3755945471","336681"
"3755945472","3755947007","69710"
"3755947008","3755947263","336681"
"3755947264","3755952639","69710"
"3755952640","3755952895","336681"
"3755952896","3755966463","69710"
"3755966464","3755966719","103"
"3755966720","3755966975","45899"
"3755966976","3755967743","103"
"3755967744","3755968511","45899"
"3755968512","3755968767","103"
"3755968768","3755969535","45899"
"3755969536","3755970303","103"
"3755970304","3755970559","45899"
"3755970560","3755970815","108155"
"3755970816","3755971071","45899"
"3755971072","3755971327","103"
"3755971328","3755972095","45899"
"3755972096","3755972351","103"
"3755972352","3755973887","45899"
"3755973888","3755974655","103"
"3755974656","3755974911","112503"
"3755974912","3755976703","111"
"3755976704","3755978751","114"
"3755978752","3755986943","49"
"3755986944","3755987967","111"
"3755987968","3755988223","342351"
"3755988224","3755988991","111"
"3755988992","3755990015","94"
"3755990016","3755991039","191"
"3755991040","3755999231","111"
"3755999232","3756002815","103"
"3756002816","3756003071","127"
"3756003072","3756009215","103"
"3756009216","3756009471","348867"
"3756009472","3756010495","103"
"3756010496","3756010751","368477"
"3756010752","3756014079","103"
"3756014080","3756014335","45899"
"3756014336","3756015616","103"
"3756015617","3756031998","20067"
"3756031999","3756032000","103"
"3756032001","3756064766","20067"
"3756064767","3756064767","103"
"3756064768","3756083967","108155"
"3756083968","3756084223","402895"
"3756084224","3756086271","108155"
"3756086272","3756086527","70072"
"3756086528","3756130302","108155"
"3756130303","3756130303","103"
"3756130304","3756130815","105450"
"3756130816","3756131327","25833"
"3756131328","3756147967","105450"
"3756147968","3756148223","24852"
"3756148224","3756153087","105450"
"3756153088","3756153343","25938"
"3756153344","3756154111","105450"
"3756154112","3756154367","24852"
"3756154368","3756157183","105450"
"3756157184","3756157439","45896"
"3756157440","3756162815","105450"
"3756162816","3756163071","25938"
"3756163072","3756195838","105450"
"3756195839","3756195839","103"
"3756195840","3756254463","108155"
"3756254464","3756254719","20067"
"3756254720","3756255487","108155"
"3756255488","3756255743","125023"
"3756255744","3756261374","108155"
"3756261375","3756261375","103"
"3756261376","3756284159","322866"
"3756284160","3756284415","20067"
"3756284416","3756324863","322866"
"3756324864","3756325375","20067"
"3756325376","3756326910","322866"
"3756326911","3756326911","103"
"3756326912","3756392446","322866"
"3756392447","3756392447","103"
"3756392448","3756395263","105450"
"3756395264","3756395519","114830"
"3756395520","3756399359","105450"
"3756399360","3756399615","107341"
"3756399616","3756422911","105450"
"3756422912","3756423167","187304"
"3756423168","3756457982","105450"
"3756457983","3756457983","103"
"3756457984","3756474111","108155"
"3756474112","3756474367","45899"
"3756474368","3756494591","108155"
"3756494592","3756494847","30619"
"3756494848","3756499455","108155"
"3756499456","3756499711","30619"
"3756499712","3756523518","108155"
"3756523519","3756523519","103"
"3756523520","3756526847","20067"
"3756526848","3756527103","32723"
"3756527104","3756529919","20067"
"3756529920","3756530175","114830"
"3756530176","3756532991","20067"
"3756532992","3756533247","114830"
"3756533248","3756539391","20067"
"3756539392","3756539647","114830"
"3756539648","3756541695","20067"
"3756541696","3756541951","114830"
"3756541952","3756543487","20067"
"3756543488","3756543743","202074"
"3756543744","3756545023","20067"
"3756545024","3756545279","114830"
"3756545280","3756552447","20067"
"3756552448","3756552703","114830"
"3756552704","3756553727","20067"
"3756553728","3756553983","62392"
"3756553984","3756559103","20067"
"3756559104","3756559359","32723"
"3756559360","3756589054","20067"
"3756589055","3756589055","103"
"3756589056","3756608511","105450"
"3756608512","3756608767","30619"
"3756608768","3756654590","105450"
"3756654591","3756654591","103"
"3756654592","3756662015","20067"
"3756662016","3756662271","30619"
"3756662272","3756668671","20067"
"3756668672","3756668927","30619"
"3756668928","3756671487","20067"
"3756671488","3756671743","30619"
"3756671744","3756677887","20067"
"3756677888","3756678399","30619"
"3756678400","3756697087","20067"
"3756697088","3756697343","30619"
"3756697344","3756706559","20067"
"3756706560","3756706815","109805"
"3756706816","3756715519","20067"
"3756715520","3756715775","30619"
"3756715776","3756720126","20067"
"3756720127","3756720127","103"
"3756720128","3756734463","108155"
"3756734464","3756734719","30619"
"3756734720","3756752639","108155"
"3756752640","3756752895","106037"
"3756752896","3756768767","108155"
"3756768768","3756769023","30619"
"3756769024","3756769279","108155"
"3756769280","3756769535","109350"
"3756769536","3756780543","108155"
"3756780544","3756780799","30619"
"3756780800","3756785662","108155"
"3756785663","3756785663","103"
"3756785664","3756834303","108155"
"3756834304","3756834559","30619"
"3756834560","3756838143","108155"
"3756838144","3756838399","30619"
"3756838400","3756851198","108155"
"3756851199","3756851199","103"
"3756851200","3756916734","20067"
"3756916735","3756916735","103"
"3756916736","3756921087","105450"
"3756921088","3756921343","20067"
"3756921344","3756925951","105450"
"3756925952","3756926207","20067"
"3756926208","3756931327","105450"
"3756931328","3756931583","20067"
"3756931584","3756937983","105450"
"3756937984","3756938239","20067"
"3756938240","3756944127","105450"
"3756944128","3756944383","20067"
"3756944384","3756950527","105450"
"3756950528","3756950783","20067"
"3756950784","3756956415","105450"
"3756956416","3756956671","20067"
"3756956672","3756960255","105450"
"3756960256","3756960511","20067"
"3756960512","3756975871","105450"
"3756975872","3756976127","20067"
"3756976128","3756977151","105450"
"3756977152","3756977407","20067"
"3756977408","3756982270","105450"
"3756982271","3756982271","103"
"3756982272","3757023231","20067"
"3757023232","3757027327","45899"
"3757027328","3757032191","20067"
"3757032192","3757032447","22962"
"3757032448","3757032703","20067"
"3757032704","3757033215","22962"
"3757033216","3757047806","20067"
"3757047807","3757047807","103"
"3757047808","3757572095","104129"
"3757572096","3757834239","14431"
"3757834240","3757867007","11716"
"3757867008","3757875199","24328"
"3757875200","3757883391","49"
"3757883392","3757891583","47667"
"3757891584","3757899775","14431"
"3757899776","3757965311","22883"
"3757965312","3758030847","103995"
"3758030848","3758063615","24328"
"3758063616","3758063871","35428"
"3758063872","3758064127","25389"
"3758064128","3758064383","35428"
"3758064384","3758064639","14416"
"3758064640","3758065919","35428"
"3758065920","3758066175","14416"
"3758066176","3758066943","35428"
"3758066944","3758067199","104037"
"3758067200","3758067711","35428"
"3758067712","3758067967","14416"
"3758067968","3758068223","35428"
"3758068224","3758068351","21240"
"3758068352","3758068479","14416"
"3758068480","3758068735","35428"
"3758068736","3758068991","21240"
"3758068992","3758069503","35428"
"3758069504","3758070015","14416"
"3758070016","3758071295","35428"
"3758071296","3758071807","14416"
"3758071808","3758072063","35428"
"3758072064","3758072319","14416"
"3758072320","3758073855","35428"
"3758073856","3758074367","21240"
"3758074368","3758074623","35428"
"3758074624","3758074879","14416"
"3758074880","3758078975","35428"
"3758078976","3758079231","14416"
"3758079232","3758079487","35428"
"3758079488","3758079615","14416"
"3758079616","3758079743","21240"
"3758079744","3758079999","35428"
"3758080000","3758088191","22883"
"3758088192","3758088223","32979"
"3758088224","3758088703","206376"
"3758088704","3758088959","104200"
"3758088960","3758089503","206376"
"3758089504","3758089535","47976"
"3758089536","3758089551","206376"
"3758089552","3758089727","47976"
"3758089728","3758089983","206376"
"3758089984","3758090015","105611"
"3758090016","3758090047","337502"
"3758090048","3758090111","206376"
"3758090112","3758090143","36834"
"3758090144","3758090239","206376"
"3758090240","3758091263","17"
"3758091264","3758092287","49"
"3758092288","3758093311","94"
"3758093312","3758093823","108612"
"3758093824","3758094335","103"
"3758094336","3758095359","17"
"3758095360","3758095871","49"
"3758095872","3758096127","191"
"3758096128","3758096383","17"