Typo in description of PROGRAM parameter for the COPY command

The Post Office <noreply@postgresql.org>

From: PG Doc comments form <noreply@postgresql.org>
To: pgsql-docs@lists.postgresql.org
Cc: eric.mutta@gmail.com
Date: 2022-08-21T01:31:25Z
Lists: pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/14/sql-copy.html
Description:

On this page https://www.postgresql.org/docs/current/sql-copy.html the
description of the PROGRAM parameter for the COPY command has the following
sentence with a minor typo:

    > ...so if you need to pass any arguments to shell command that come
from an untrusted source...

The "to shell command that come" part should be changed so it either reads
like this:

    > ...so if you need to pass any arguments to a shell command that comes
from an untrusted source...

...or it reads like this:

    > ...so if you need to pass any arguments to shell commands that come
from an untrusted source...

Many thanks,
Eric Mutta.

Commits

  1. doc: Minor wordsmithing to COPY docs