Re: Remove source code display from \df+?
Isaac Morland <isaac.morland@gmail.com>
From: Isaac Morland <isaac.morland@gmail.com>
To: Alvaro Herrera <alvherre@alvh.no-ip.org>
Cc: Justin Pryzby <pryzby@telsasoft.com>,
Pavel Stehule <pavel.stehule@gmail.com>, Magnus Hagander <magnus@hagander.net>, Tom Lane <tgl@sss.pgh.pa.us>,
pgsql-hackers@postgresql.org
Date: 2023-01-22T19:53:48Z
Lists: pgsql-hackers
Attachments
- 0001-Remove-source-code-display-from-df-v5.patch (application/octet-stream) patch v5-0001
On Sun, 22 Jan 2023 at 14:26, Alvaro Herrera <alvherre@alvh.no-ip.org> wrote: > On 2023-Jan-22, Isaac Morland wrote: > > > I’ve re-written the tests to create a test-specific role and functions so > > there is no longer a dependency on the superuser name. > > This one would fail the sanity check that all roles created by > regression tests need to have names that start with "regress_". > Thanks for the correction. Now I feel like I've skipped some of the readings! Updated patch attached. Informally, I am adopting the regress_* policy for all object types. > I pondered the notion of going with the flow and just leaving out the > > tests but that seemed like giving up too easily. > > I think avoiding even more untested code is good, so +1 for keeping at > it. >
Commits
-
Show "internal name" not "source code" in psql's \df+ command.
- 3dfae91f7a12 16.0 landed