From bfe8db6b0c05e1e49abfeddfae846b72e553dca2 Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Sun, 31 Jul 2022 18:10:11 +0930 Subject: [PATCH] Document bugs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fef2be9..66b4dff 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,7 @@ PostgreSQL connection URL's are described here: https://www.postgresql.org/docs/ Note that `multipg2csv` will use your .pgpass if available, and you should definitely use it, instead of supplying passwords on the command line. + +# Known bugs + +* Quitting while transfers are still in progress does not work correctly.