forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita6d0fa5
committed
Disallow specifying ON_ERROR option without value.
The ON_ERROR option of the COPY command previously allowed omittingits value, which was inconsistent with the syntax synopsis in thedocumentation and the behavior of other non-boolean COPY options.This change enforces providing a value for the ON_ERROR option,ensuring consistency across other non-boolean options and aligningwith the documented syntax.Author: Atsushi TorikoshiReviewed-by: Masahiko SawadaDiscussion:https://postgr.es/m/a9770bf57646d90dedc3d54cf32634b2%40oss.nttdata.com1 parent58cf2e1 commita6d0fa5
1 file changed
+1
-8
lines changedLines changed: 1 addition & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
392 | 392 |
| |
393 | 393 |
| |
394 | 394 |
| |
395 |
| - | |
| 395 | + | |
396 | 396 |
| |
397 | 397 |
| |
398 | 398 |
| |
399 | 399 |
| |
400 | 400 |
| |
401 | 401 |
| |
402 | 402 |
| |
403 |
| - | |
404 |
| - | |
405 |
| - | |
406 |
| - | |
407 |
| - | |
408 |
| - | |
409 | 403 |
| |
410 | 404 |
| |
411 | 405 |
| |
412 |
| - | |
413 | 406 |
| |
414 | 407 |
| |
415 | 408 |
| |
|
0 commit comments
Comments
(0)