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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Kirill Reshke <reshkekirill(at)gmail(dot)com>
Cc: Ignat Remizov <ignat980(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] Fix typo in psql \copy command documentation
Date: 2025-12-24 01:36:06
Message-ID: aUtDhp65uNUCFNbA@momjian.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Dec 7, 2025 at 12:42:14AM +0500, Kirill Reshke wrote:
> Your patch WFM.
>
> But i want to remind you can people usually send patches here as file. Well,
> for single liners including patch directly in message body is OK, but in nearby
> thread you did same for relatively big change so...
>
> My recipe is coding locally, then git commit and git format-patch -v
> whatever-version -1 sha-of-commit

Great, patch applied.

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

Do not let urgent matters crowd out time for investment in the future.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Chao Li 2025-12-24 01:58:32 Refactor to eliminate cast-away-const in pg_dump object sort comparator
Previous Message Chao Li 2025-12-24 01:28:37 Refactor replication origin state reset helpers