Ragged CSV import

From: "Little, Douglas" <DOUGLAS(dot)LITTLE(at)orbitz(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Ragged CSV import
Date: 2009-12-02 20:19:38
Message-ID: A434C531E37AD442815608A769550D80590ABB7A8F@EGEXCMB01.oww.root.lcl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,
In sept 2009 there was a discussion of ragged csv import and import requirements.
I thought I'd add my requirements to the heap.

I'm working a QA solution for a dbms migration project that will import query output from a non PG database into PG, so we can compare query results between PG and the alternative db.
The query are supposed to have the same values, but many things can get in the way.

My QA queries return a result set (multiple rows/columns) for each query.

Copy improvements that would be useful
1. Copy to non-existent table - create it from the data type using most generic datatypes
2. provide column mapping function - from what I understand that the column list on a copy from is the target columns to load. I assume there must be a header record and the same columns in the
Data file.

The improvements discuss in the forum would be very helpful. Keep up the good work guys.

Doug Little
Sr. Data Warehouse Architect | Enterprise Data Management | Orbitz Worldwide
500 W. Madison, Suite 1000 Chicago IL 60661| Office 312.260.2588 | Fax 312.894.5164 | Cell 847-997-5741
Douglas(dot)Little(at)orbitz(dot)com<mailto:Douglas(dot)Little(at)orbitz(dot)com>

[cid:image002(dot)jpg(at)01CA735A(dot)7B428B90] orbitz.com<http://www.orbitz.com/> | ebookers.com<http://www.ebookers.com/> | hotelclub.com<http://www.hotelclub.com/> | cheaptickets.com<http://www.cheaptickets.com/> | ratestogo.com<http://www.ratestogo.com/> | asiahotels.com<http://www.asiahotels.com/>

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2009-12-02 20:30:07 Re: Page-level version upgrade (was: Block-level CRC checks)
Previous Message Robert Haas 2009-12-02 20:18:35 Re: Page-level version upgrade (was: Block-level CRC checks)