Re: Can't import date using copy

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: Guy Fraser <guy(at)incentre(dot)net>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Can't import date using copy
Date: 2000-10-28 04:12:59
Message-ID: Pine.BSF.4.10.10010272110100.36339-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 27 Oct 2000, Guy Fraser wrote:

> Hi
>
> I have tried reformatting dates in many ways but every thing I have
> tried fails.

I've been able to use copy to import date values in a simple test:
create table dt (a date);
copy dt from stdin;
01-12-2000
12-11-1999
\.

put the date values in fine.

What are you trying specifically, and what are you getting as an error?

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-10-28 04:55:40 Re: Gram.y patches for better parenthesis handling.
Previous Message Tom Lane 2000-10-28 04:03:28 Re: Can't import date using copy