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
- 0001-doc-replace-salesmen-with-salespeople.patch (text/x-diff)
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
-
doc: Make UPDATE FROM examples consistent
- 3785d8e98b74 15.0 landed
-
Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...
- 8f889b1083f3 9.5.0 cited