Typo in unicode_assigned() document PG17 - Mailing list pgsql-hackers

From Hironobu SUZUKI
Subject Typo in unicode_assigned() document PG17
Date
Msg-id 5dd88820-bb00-4b90-904b-738ea2e4ee2e@interdb.jp
Whole thread Raw
Responses Re: Typo in unicode_assigned() document PG17
List pgsql-hackers
Hi,

The PG17 documentation for unicode_assigned() in doc/src/sgml/func.sgml 
incorrectly states that the function returns a 'text' value. It actually 
returns a boolean value.

unicode_assigned(): 

https://github.com/postgres/postgres/blob/ef6e028f05b3e4ab23c5edfdfff457e0d2a649f6/src/backend/utils/adt/varlena.c#L6302

Best regards,



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Opinion poll: Sending an automated email to a thread when it gets added to the commitfest
Next
From: Tom Lane
Date:
Subject: Re: ECPG cleanup and fix for clang compile-time problem