mirror of
https://github.com/postgres/postgres.git
synced 2026-06-05 06:43:00 -04:00
Remove stray | character
Erikjan Rijkers
This commit is contained in:
parent
8b4c798973
commit
462b562ab2
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ COPY { <replaceable class="parameter">table_name</replaceable> [ ( <replaceable
|
|||
QUOTE '<replaceable class="parameter">quote_character</replaceable>'
|
||||
ESCAPE '<replaceable class="parameter">escape_character</replaceable>'
|
||||
FORCE_QUOTE { ( <replaceable class="parameter">column_name</replaceable> [, ...] ) | * }
|
||||
FORCE_NOT_NULL ( <replaceable class="parameter">column_name</replaceable> [, ...] ) |
|
||||
FORCE_NOT_NULL ( <replaceable class="parameter">column_name</replaceable> [, ...] )
|
||||
ENCODING '<replaceable class="parameter">encoding_name</replaceable>'
|
||||
</synopsis>
|
||||
</refsynopsisdiv>
|
||||
|
|
|
|||
Loading…
Reference in a new issue