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

Поиск
Список
Период
Сортировка
От Andrew Gierth
Тема Re: BUG #15206: Can not import CSV into PostgreSQL
Дата
Msg-id 87fu2n4sbd.fsf@news-spur.riddles.org.uk
обсуждение исходный текст
Ответ на Re: BUG #15206: Can not import CSV into PostgreSQL  (Milorad Krstevski <miloradkrstevski@gmail.com>)
Ответы Re: BUG #15206: Can not import CSV into PostgreSQL  (Milorad Krstevski <miloradkrstevski@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Milorad Krstevski
Дата:
Сообщение: Re: BUG #15206: Can not import CSV into PostgreSQL
Следующее
От: Milorad Krstevski
Дата:
Сообщение: Re: BUG #15206: Can not import CSV into PostgreSQL