Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf6f8ac8

Browse files
doc: Fix COPY ON_ERROR option syntax synopsis.
ON_ERROR option values don't require quotations, which wasinconsistent with the syntax synopsis in the documentation.Oversight inb725b7e.Author: Atsushi TorikoshiReviewed-by: Masahiko SawadaDiscussion:https://postgr.es/m/CAD21AoC%3Dn4xR3%2BKQiqodnfT9chSB62XwZqmMff39H%3Dx9DS4scQ%40mail.gmail.com
1 parent91fe092 commitf6f8ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/ref/copy.sgml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ COPY { <replaceable class="parameter">table_name</replaceable> [ ( <replaceable
4343
FORCE_QUOTE { ( <replaceable class="parameter">column_name</replaceable> [, ...] ) | * }
4444
FORCE_NOT_NULL { ( <replaceable class="parameter">column_name</replaceable> [, ...] ) | * }
4545
FORCE_NULL { ( <replaceable class="parameter">column_name</replaceable> [, ...] ) | * }
46-
ON_ERROR'<replaceable class="parameter">error_action</replaceable>'
46+
ON_ERROR <replaceable class="parameter">error_action</replaceable>
4747
ENCODING '<replaceable class="parameter">encoding_name</replaceable>'
4848
LOG_VERBOSITY <replaceable class="parameter">mode</replaceable>
4949
</synopsis>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp