Re: BUG #15206: Can not import CSV into PostgreSQL

From: Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>
To: Milorad Krstevski <miloradkrstevski(at)gmail(dot)com>
Cc: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15206: Can not import CSV into PostgreSQL
Date: 2018-05-19 14:53:34
Message-ID: 87fu2n4sbd.fsf@news-spur.riddles.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

>>>>> "Milorad" == Milorad Krstevski <miloradkrstevski(at)gmail(dot)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)

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Milorad Krstevski 2018-05-19 15:05:42 Re: BUG #15206: Can not import CSV into PostgreSQL
Previous Message Milorad Krstevski 2018-05-19 14:36:34 Re: BUG #15206: Can not import CSV into PostgreSQL