Re: Typo in description of PROGRAM parameter for the COPY command

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: eric.mutta@gmail.com, pgsql-docs@lists.postgresql.org
Date: 2022-08-21T19:14:21Z
Lists: pgsql-docs
Daniel Gustafsson <daniel@yesql.se> writes:
> Skimming the page I noticed that we wrap CSV in <literal/> in all but a few
> places, which seemed randomly "chosen".  Another sentence which stood out to me
> was this one on FREEZE:

> 	"This violates the normal rules of MVCC visibility and users specifying
> 	should be aware of the potential problems this might cause."

> The use of "specifying" seems odd to me, removing it makes it read clearer
> IM-non-native-O.

I suppose the author was aiming at "specifying it", but I agree that
just dropping "specifying" works fine with fewer words.

> The attached includes all the above suggestions.

LGTM.

			regards, tom lane



Commits

  1. doc: Minor wordsmithing to COPY docs