Re: [HACKERS] encoding problems - Mailing list pgsql-novice

From Tom Lane
Subject Re: [HACKERS] encoding problems
Date
Msg-id 18618.1205332512@sss.pgh.pa.us
Whole thread Raw
In response to encoding problems  (Cliff Nieuwenhuis <cliff@nieusite.com>)
List pgsql-novice
Martijn van Oosterhout <kleptog@svana.org> writes:
> The other alternative is to convert tabs to spaces on output. Can't
> remember why we didn't do that.

Yeah.  The idea I had was to invent a parameter specifying the number of
spaces a tab should expand to --- setting this to zero would give you
the current \x09 behavior.  I'm not sure how painful it would be to
expand tabs properly in mbprint, but it seems possible.

            regards, tom lane

pgsql-novice by date:

Previous
From: Cliff Nieuwenhuis
Date:
Subject: Re: [HACKERS] encoding problems
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] encoding problems