Re: [PATCH] Fix typo in psql \copy command documentation

2025-12-06 Thread Kirill Reshke
2001 > From: Ignat Remizov > Date: Sat, 6 Dec 2025 17:30:20 +0200 > Subject: [PATCH] Fix typo in psql \copy command documentation > > The comment documenting \copy command syntax incorrectly listed > "pstdout" twice. The first instance should be "pstdin" to cor

[PATCH] Fix typo in psql \copy command documentation

2025-12-06 Thread Ignat Remizov
Hi Postgres hackers, Small comment typo fix: pstdout was listed twice; first should be pstdin. Patch inline. Kind regards, Ignat Remizov >From a4ae3eb6abd1189a2710b09efd567e46ed9b1f83 Mon Sep 17 00:00:00 2001 From: Ignat Remizov Date: Sat, 6 Dec 2025 17:30:20 +0200 Subject: [PATCH] Fix typo