Re: Remove source code display from \df+?
Pavel Stehule <pavel.stehule@gmail.com>
From: Pavel Stehule <pavel.stehule@gmail.com>
To: Isaac Morland <isaac.morland@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2023-01-11T17:18:58Z
Lists: pgsql-hackers
st 11. 1. 2023 v 17:50 odesílatel Isaac Morland <isaac.morland@gmail.com> napsal: > I find \df+ much less useful than it should be because it tends to be > cluttered up with source code. Now that we have \sf, would it be reasonable > to remove the source code from the \df+ display? This would make it easier > to see function permissions and comments. If somebody wants to see the full > definition of a function they can always invoke \sf on it. > > If there is consensus on the idea in principle I will write up a patch. > +1 Pavel
Commits
-
Show "internal name" not "source code" in psql's \df+ command.
- 3dfae91f7a12 16.0 landed