Re: Remove source code display from \df+?
Isaac Morland <isaac.morland@gmail.com>
From: Isaac Morland <isaac.morland@gmail.com>
To: Pavel Stehule <pavel.stehule@gmail.com>
Cc: Magnus Hagander <magnus@hagander.net>, Tom Lane <tgl@sss.pgh.pa.us>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2023-01-18T15:27:46Z
Lists: pgsql-hackers
Attachments
- 0001-Remove-source-code-display-from-df-v2.patch (application/octet-stream) patch v2-0001
On Wed, 18 Jan 2023 at 00:00, Pavel Stehule <pavel.stehule@gmail.com> wrote: > > út 17. 1. 2023 v 20:29 odesílatel Isaac Morland <isaac.morland@gmail.com> > napsal: > >> >> I welcome comments and feedback. Now to try to find something manageable >> to review. >> > > looks well > > you miss update psql documentation > > https://www.postgresql.org/docs/current/app-psql.html > > If the form \df+ is used, additional information about each function is > shown, including volatility, parallel safety, owner, security > classification, access privileges, language, source code and description. > Thanks, and sorry about that, it just completely slipped my mind. I’ve attached a revised patch with a slight update of the psql documentation. you should to assign your patch to commitfest app > > https://commitfest.postgresql.org/ > I thought I had: https://commitfest.postgresql.org/42/4133/ Did I miss something?
Commits
-
Show "internal name" not "source code" in psql's \df+ command.
- 3dfae91f7a12 16.0 landed