Re: BUG #17957: psql-16beta1 \df+ does not show the function body

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <bruce@momjian.us>
Cc: bzm@2bz.de, pgsql-bugs@lists.postgresql.org
Date: 2023-06-01T22:18:09Z
Lists: pgsql-bugs
Bruce Momjian <bruce@momjian.us> writes:
> On Thu, Jun  1, 2023 at 05:57:19PM +0000, PG Bug reporting form wrote:
>> The release notes do not mention \df+. 

> We had this commit in PG 16:
	
> 	    Show "internal name" not "source code" in psql's \df+ command.

> I didn't think anyone would mind the change so I didn't document it in
> the release notes --- should I?

I think it needs to be mentioned, since it's a nontrivial user-visible
behavioral change.  I'm not sure it's a compatibility item, but it
ought to be there somewhere.

			regards, tom lane



Commits

  1. doc: PG 16 relnotes, add psql \df+ source code change