Re: Unicode UTF-8 table formatting for psql text output

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Unicode UTF-8 table formatting for psql text output
Дата
Msg-id 17116.1256599164@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Unicode UTF-8 table formatting for psql text output  (Roger Leigh <rleigh@codelibre.net>)
Ответы Re: Unicode UTF-8 table formatting for psql text output  (Roger Leigh <rleigh@codelibre.net>)
Список pgsql-hackers
Roger Leigh <rleigh@codelibre.net> writes:
> On Mon, Oct 26, 2009 at 01:33:19PM -0400, Tom Lane wrote:
>> Yeah.  We can do what we like with the UTF8 format but I'm considerably
>> more worried about the aspect of making random changes to the
>> plain-ASCII output.

> I checked (using strace)
> gnumeric (via libgda and gnome-database-properties)
> openoffice (oobase)

Even if that were the entire universe of programs we cared about,
whether their internal ODBC logic goes through psql isn't really
the point here.  What I'm worried about is somebody piping the
text output of psql into another program.

> On a related note, there's something odd with the pager code.

Hm, what platform are you testing that on?
        regards, tom lane


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

Предыдущее
От: Roger Leigh
Дата:
Сообщение: Re: Unicode UTF-8 table formatting for psql text output
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: Anonymous Code Blocks as Lambdas?