Re: psql format output

2021-12-20 Thread Alvaro Herrera
On 2021-Dec-20, Tom Lane wrote: > -[ RECORD 1 > ]---+--- > Schema | pg_catalog > Name| pg_copy_logical_replication_slot > Result data type| record > Argumen

Re: psql format output

2021-12-20 Thread Tom Lane
Robert Haas writes: > It's hard to make any general judgment about how wide people's > terminal windows are likely to be, but it is my opinion that the root > of the problem is that \df+ just wants to display a whole lot of stuff > - and as hackers add more function properties in the future, they'

Re: psql format output

2021-12-20 Thread Robert Haas
On Fri, Dec 17, 2021 at 5:08 AM Peter Eisentraut wrote: > That's a reasonable idea. I wonder if it would work in general. If > someone had a C function (so no source code) with three arguments, they > might be annoyed if it now displayed as three lines by default. The problem I see is that each

Re: psql format output

2021-12-17 Thread Peter Eisentraut
On 15.12.21 20:58, Florian Koch wrote: I realized that the output of "\df+ func_name" has a formatting problem when a lot of arguments are used. The field 'Arguments data types' gets very long and destroys the whole formatting in the console. The field 'Source code' is most of the time multi-li

Re: psql format output

2021-12-15 Thread Pavel Stehule
Hi st 15. 12. 2021 v 21:16 odesílatel Florian Koch < florian.murat.k...@gmail.com> napsal: > Hello, > > I realized that the output of "\df+ func_name" has a formatting problem > when a > lot of arguments are used. The field 'Arguments data types' gets very long > and > destroys the whole formatti

psql format output

2021-12-15 Thread Florian Koch
Hello, I realized that the output of "\df+ func_name" has a formatting problem when a lot of arguments are used. The field 'Arguments data types' gets very long and destroys the whole formatting in the console. The field 'Source code' is most of the time multi-line and I thought that the output fo