Re: ERROR: relation . . . does not exist

From: "Albretch Mueller" <lbrtchx(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: ERROR: relation . . . does not exist
Date: 2008-08-28 22:14:01
Message-ID: 9ef66fac0808281514q2919635fx18c77b9c4b7e72a3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Aug 28, 2008 at 5:40 PM, Raymond O'Donnell <rod(at)iol(dot)ie> wrote:
> You have to create the table first before you can COPY into it.
~
Well, based on how the statement reads I made the wrong assumption of
thinking that PG would be smart enough to make ends-meat with the
data that it gets once you indicate:
~
1) the header names (to be mapped to column names)
~
2) the data from which PG could easily figure out the types for each
column, since it is CSV data
~
That may/should become a RFE
~
Thanks
lbrtchx
~

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joshua Drake 2008-08-28 22:18:15 Re: MySQL LAST_INSERT_ID() to Postgres
Previous Message Scott Marlowe 2008-08-28 22:06:14 Re: MySQL LAST_INSERT_ID() to Postgres