JOINs nest left to right

In the absence of parentheses, JOINs nest left-to-right. In any case JOIN binds more tightly than the commas separating FROM-list items.

From https://www.postgresql.org/docs/13/sql-select.html#SQL-SELECT-LIST.