Re: Unicode UTF-8 table formatting for psql text output - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Unicode UTF-8 table formatting for psql text output
Date
Msg-id 10795.1256578399@sss.pgh.pa.us
Whole thread Raw
In response to Re: Unicode UTF-8 table formatting for psql text output  (Greg Stark <gsstark@mit.edu>)
Responses 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>)
Re: Unicode UTF-8 table formatting for psql text output  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
Greg Stark <gsstark@mit.edu> writes:
> While i agree this looks nicer I wonder what it does to things like
> excel/gnumeric/ooffice auto-recognizing table layouts and importing
> files. I'm not sure our old format was so great for this so maybe this
> is actually an improvement I'm asking for.

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.  On the other hand, we changed that just a release
or so ago (to put in the multiline output in the first place) and
I didn't hear complaints about it that time.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Parsing config files in a directory
Next
From: Robert Haas
Date:
Subject: Re: Scaling up deferred unique checks and the after trigger queue