> On Apr 4, 2018, at 8:59 PM, Peter Eisentraut > <peter.eisentr...@2ndquadrant.com> wrote: > > On 4/4/18 09:21, Jonathan S. Katz wrote: >> The only thing I saw (and this may be something to look at the SGML >> source) was some blocks that looked overly indented, but it was consistent >> across all versions. On >> >> https://www.postgresql.org/docs/current/static/queries-with.html >> >> If you search for "WITH RECURSIVE search_graph(id, link, data, depth)” >> the expression in the CTE is much more indented than similar CTEs above >> it. > > This was that way in the source. Probably originally 8-space tabs.
That was my hunch, but wanted to be triple-sure. > I've fixed it now. Awesome. Thanks! Jonathan