Doc patch: replace 'salesmen' with 'salespeople'

Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>

From: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
To: pgsql-hackers@lists.postgresql.org
Date: 2022-03-24T18:34:55Z
Lists: pgsql-hackers

Attachments

Hi Hackers,

I just spotted an unnecessarily gendered example involving a 'salesmen'
table in the UPDATE docs. Here's a patch that changes that to
'salespeople'.

- ilmari

Commits

  1. doc: Make UPDATE FROM examples consistent

  2. Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...