ltree docs imprecise about sorting order - Mailing list pgsql-docs

From PG Doc comments form
Subject ltree docs imprecise about sorting order
Date
Msg-id 171648107027.2021729.14071096098945602529@wrigleys.postgresql.org
Whole thread Raw
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/16/ltree.html
Description:

The ltree docs available at
https://www.postgresql.org/docs/current/ltree.html state "Comparison sorts
in the order of a tree traversal" without specifying the strategy
implemented to walk the tree. 
A quick experiment suggests that the implemented solution is pre-ordered
depth-first search.
I suggest the ltree docs be amended to "Comparison sorts in the order of a
pre-ordered depth-first tree traversal".

Best regards,
Pierre Vennin

pgsql-docs by date:

Previous
From: Erik Wienhold
Date:
Subject: Re: column_name of ALTER MATERIALIZED VIEW should only refer to an existing column
Next
From: jian he
Date:
Subject: Re: Add small detail to RAISE statement descripton