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 16292.1258223489@sss.pgh.pa.us
Whole thread Raw
In response to Re: Unicode UTF-8 table formatting for psql text output  (Roger Leigh <rleigh@codelibre.net>)
Responses Re: Unicode UTF-8 table formatting for psql text output
List pgsql-hackers
Roger Leigh <rleigh@codelibre.net> writes:
> The side effect from this change is that some of the testsuite
> expected data will need updating due to the extra pad spaces

No, we are *not* doing that.  Somebody made a change to the print.c
logic last year that started adding "harmless" white space to the
last column, and it was a complete disaster for tracking whether
anything important had changed in regression test output.  Please
undo that part of your patch.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Florian G. Pflug"
Date:
Subject: Re: Inspection of row types in pl/pgsql and pl/sql
Next
From: Tom Lane
Date:
Subject: Re: Inspection of row types in pl/pgsql and pl/sql