Thread

Commits

  1. Decorate WITH with literal markup tags

  1. sql-merge.html Compatibility section, typo.

    jian he <jian.universality@gmail.com> — 2024-01-16T10:30:14Z

    hi.
    https://www.postgresql.org/docs/current/sql-merge.html
    
    Compatibility section:
    "WITH clause"
    should be
    
    <literal>WITH</literal> clause
    
    
    
    
  2. Re: sql-merge.html Compatibility section, typo.

    Daniel Gustafsson <daniel@yesql.se> — 2024-01-16T10:37:47Z

    > On 16 Jan 2024, at 11:30, jian he <jian.universality@gmail.com> wrote:
    > 
    > hi.
    > https://www.postgresql.org/docs/current/sql-merge.html
    > 
    > Compatibility section:
    > "WITH clause"
    > should be
    > 
    > <literal>WITH</literal> clause
    
    Agreed, the rest of the page marks up "WITH clause" like that so I'll go ahead
    and backpatch that down to v15.
    
    --
    Daniel Gustafsson