Re: BUG #16127: PostgreSQL 12.1 on Windows 2008 R2copy table from ‘large 2GB csv’report “iso-8859-1 error”

Поиск
Список
Период
Сортировка
От Juan José Santamaría Flecha
Тема Re: BUG #16127: PostgreSQL 12.1 on Windows 2008 R2copy table from ‘large 2GB csv’report “iso-8859-1 error”
Дата
Msg-id CAC+AXB3GuhN4Od6c74yTBn7Ljvd2z+-PR8TQLe9yahicS76D6Q@mail.gmail.com
обсуждение исходный текст
Ответ на BUG #16127: PostgreSQL 12.1 on Windows 2008 R2 copy table from ‘large 2GB csv’report “iso-8859-1 error”  (PG Bug reporting form <noreply@postgresql.org>)
Список pgsql-bugs


On Thu, Nov 28, 2019 at 5:16 AM sirlipeng <sirlipeng@gmail.com> wrote:
On Wed, Nov 20, 2019 at 09:42:49PM +0800, leiyanliang@highgo.com wrote:

>In that case, I think Tom is right it's likely the same issue as [1],
>although that starts with a report about issues with 4GB. Maybe that's
>due to using different windows version 2008 R2 vs. 2012 R2, though.
>
>It'd be good if you could test the latest patch [2] in that thread.
>You'll need to build PostgreSQL on Windows, though - I don't have much
>experience with that, but there are wiki pages about doing that either
>using Visual Studio [3] or mingw [4].

I have had the same problem on both win2008r2(64bit) and win10(64bit) with postgreSQL12.1.

The problem has been solved when the above path been applied on win2008r2(64bit) and win10(64bit).

It works:
postgres=# copy github_events from '\\vmware-host\Shared Folders\share\large_eve
nts.csv' csv;
COPY 1146625


Great! Thanks for testing.

Regards,

Juan José Santamaría Flecha 

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Konstantin Knizhnik
Дата:
Сообщение: Numeric is not leakproof
Следующее
От: Etsuro Fujita
Дата:
Сообщение: Re: BUG #16139: Assertion fails on INSERT into a postgres_fdw' tablewith two AFTER INSERT triggers