BUG #3453: Error on COPY TO/FROM 'non-ascii-path'

Поиск
Список
Период
Сортировка
От ITAGAKI Takahiro
Тема BUG #3453: Error on COPY TO/FROM 'non-ascii-path'
Дата
Msg-id 200707170424.l6H4O8KM089662@wwwmaster.postgresql.org
обсуждение исходный текст
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      3453
Logged by:          ITAGAKI Takahiro
Email address:      itagaki.takahiro@oss.ntt.co.jp
PostgreSQL version: 8.2, 8.3dev
Operating system:   independent (especially Windows)
Description:        Error on COPY TO/FROM 'non-ascii-path'
Details:

When I set postgres a different character encoding from OS, COPY TO/FROM
'non-ascii-path' cannot open the path. The cause of the problem is that we
pass path-strings encoded in the server encoding to open() directly without
respect to the OS's native encodings.

It will be worse in Windows East Asia versions; Postgres doesn't support
their encodings as server encodings, so we cannot use non-ascii filenames
there.

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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: BUG #3439: pg_standby and path name with space
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #3387: mod on non-integer returns bad result