From 1c4429e703b2caf7fc865c2fc0a94f3557e5b356 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 9 May 2024 16:34:50 +0200 Subject: [PATCH] doc: Use better placeholder in COPY synopsis --- doc/src/sgml/ref/copy.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/copy.sgml b/doc/src/sgml/ref/copy.sgml index 1ce19668d80..1518af8a045 100644 --- a/doc/src/sgml/ref/copy.sgml +++ b/doc/src/sgml/ref/copy.sgml @@ -45,7 +45,7 @@ COPY { table_name [ ( column_name [, ...] ) | * } ON_ERROR error_action ENCODING 'encoding_name' - LOG_VERBOSITY mode + LOG_VERBOSITY verbosity