v_home_teams INT[] := ARRAY[1,3,5,7, 1,2,5,6, 1,2,5,6, 1,2,3,4, 1,2,3,4]; v_away_teams INT[] := ARRAY[2,4,6,8, 3,4,7,8, 4,3,8,7, 5,6,7,8, 6,7,8,5]; v_owner_id := uuid ...
-- The COPY command is a straightforward bulk loader — it moves data as-is from the CSV into the table. -- It has no built-in transformation engine, so several of the pgloader capabilities simply ...