Re: [GENERAL] 8.2.0 psql \df+ output mangled a bit relative to 8.1.4 ...

2006-12-21 Thread James Robinson
Many thanks! \a before \df+ does the trick. James On Dec 21, 2006, at 10:31 AM, Martijn van Oosterhout wrote: Well, in unaligned mode it's still the old way. There was some discussion at the time about whether tabs should be converted to spaces on output, but I don't think that got anywher

Re: [GENERAL] 8.2.0 psql \df+ output mangled a bit relative to 8.1.4 ...

2006-12-21 Thread Martijn van Oosterhout
On Thu, Dec 21, 2006 at 10:25:02AM -0500, James Robinson wrote: > With a database loaded into 8.2.0 from a dump from an 8.1.4 server, > "\df+ foo()", where foo()'s body has embedded tabs shows up with > those tabs escaped, whereas under 8.1.4 they were emitted verbatim: It's part of the align

[GENERAL] 8.2.0 psql \df+ output mangled a bit relative to 8.1.4 ...

2006-12-21 Thread James Robinson
With a database loaded into 8.2.0 from a dump from an 8.1.4 server, "\df+ foo()", where foo()'s body has embedded tabs shows up with those tabs escaped, whereas under 8.1.4 they were emitted verbatim: Is there a trick to getting old behaviour back? It seems to happen regardless of client_e