From: | Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com> |
---|---|
To: | Florian Koch <florian(dot)murat(dot)koch(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | Re: psql format output |
Date: | 2021-12-17 10:08:37 |
Message-ID: | 97337c74-694e-313f-da61-eaa1f1fd62d0@enterprisedb.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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-line and I thought that the output for the field
> 'Arguments data
> types' could also be multiline with one line for each argument.
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.
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Kapila | 2021-12-17 10:09:12 | Re: row filtering for logical replication |
Previous Message | Peter Eisentraut | 2021-12-17 09:53:48 | Re: Skipping logical replication transactions on subscriber side |