Re: Typo in unicode_assigned() document PG17

Jeff Davis <pgsql@j-davis.com>

From: Jeff Davis <pgsql@j-davis.com>
To: Hironobu SUZUKI <hironobu@interdb.jp>, pgsql-hackers@postgresql.org
Date: 2024-08-15T02:09:29Z
Lists: pgsql-hackers

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Fix doc typo: unicode_assigned() return type.

  2. Add a couple of recent commits to .git-blame-ignore-revs.

On Thu, 2024-08-15 at 09:34 +0900, Hironobu SUZUKI wrote:
> 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.

Thank you for the report. Fixed and backported to version 17, where the
function was introduced.

Regards,
	Jeff Davis