Re: COPY from CSV, passing in default value?

From: Armand Turpel <armand(dot)turpel(dot)mnhn(at)gmail(dot)com>
To:
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: COPY from CSV, passing in default value?
Date: 2012-05-17 03:52:05
Message-ID: 4FB475E5.8090108@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

A more elegant way is to include the create table and copy into a
function and pass the default values to this function.

Am 17/05/2012 03:35, schrieb adebarros:
> Hi, Ben,
>
> Thanks for the suggestion. I do realize I could create the default value for
> the column; however, I probably should have specified that in this scenario
> I would want to supply several different values for the county (or any other
> missing field) during import. i.e., if I first imported a CSV with data for
> Cumberland County and then later another CSV for Putnam County.
>
> In any event, the solution from Francois does the trick.
>
> Thanks again!
>
> --
> View this message in context: http://postgresql.1045698.n5.nabble.com/COPY-from-CSV-passing-in-default-value-tp5708672p5708990.html
> Sent from the PostgreSQL - general mailing list archive at Nabble.com.
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Sumit Raja 2012-05-17 08:32:53 Re: Postgres 9.0 Streaming Replication and Load Balancing?
Previous Message adebarros 2012-05-17 01:35:28 Re: COPY from CSV, passing in default value?