doc: Use better placeholder in COPY synopsis

This commit is contained in:
Peter Eisentraut 2024-05-09 16:34:50 +02:00
parent 21ac38f498
commit 1c4429e703
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ COPY { <replaceable class="parameter">table_name</replaceable> [ ( <replaceable
FORCE_NULL { ( <replaceable class="parameter">column_name</replaceable> [, ...] ) | * }
ON_ERROR <replaceable class="parameter">error_action</replaceable>
ENCODING '<replaceable class="parameter">encoding_name</replaceable>'
LOG_VERBOSITY <replaceable class="parameter">mode</replaceable>
LOG_VERBOSITY <replaceable class="parameter">verbosity</replaceable>
</synopsis>
</refsynopsisdiv>