Re: BUG #15206: Can not import CSV into PostgreSQL - Mailing list pgsql-bugs

From Andrew Gierth
Subject Re: BUG #15206: Can not import CSV into PostgreSQL
Date
Msg-id 87fu2n4sbd.fsf@news-spur.riddles.org.uk
Whole thread Raw
In response to Re: BUG #15206: Can not import CSV into PostgreSQL  (Milorad Krstevski <miloradkrstevski@gmail.com>)
Responses Re: BUG #15206: Can not import CSV into PostgreSQL
List pgsql-bugs
>>>>> "Milorad" == Milorad Krstevski <miloradkrstevski@gmail.com> writes:

 Milorad> I created all db, schema and table empty with default
 Milorad> settings.

The problem is that your table is "empty" in the sense of having NO
COLUMNS AT ALL. So obviously you can't copy data into it.

(Tables with no columns are not useful, and should never be created
intentionally.)

This isn't a bug, and you should never have posted it to the bug
reporting form in the first place. There are places to ask for help,
such as the pgsql-general or pgsql-novice mailing lists or the IRC
channel (#postgresql on freenode.net).

-- 
Andrew (irc:RhodiumToad)


pgsql-bugs by date:

Previous
From: Milorad Krstevski
Date:
Subject: Re: BUG #15206: Can not import CSV into PostgreSQL
Next
From: Milorad Krstevski
Date:
Subject: Re: BUG #15206: Can not import CSV into PostgreSQL