Example not producing shown output - Mailing list pgsql-docs

From PG Doc comments form
Subject Example not producing shown output
Date
Msg-id 157468351705.7229.6629196528495737297@wrigleys.postgresql.org
Whole thread Raw
Responses Re: Example not producing shown output  (Daniel Gustafsson <daniel@yesql.se>)
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/12/functions-textsearch.html
Description:

Page: https://www.postgresql.org/docs/12/functions-textsearch.html

Examples should have specified 'english'.

Instead:
   to_tsvector('fat cats ate rats') @@ to_tsquery('cat & rat')

which returns fale on my own blank installation of Postgre (Serbian locale
Windows OS) instead of true:
   to_tsvector('english', 'fat cats ate rats') @@ to_tsquery('cat & rat')

pgsql-docs by date:

Previous
From: Michael Paquier
Date:
Subject: Re: documentation clarifications for "alter sequence" ?
Next
From: Euler Taveira
Date:
Subject: Re: Add for ALTER TEXT SEARCH CONFIGURATION