You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Fujii Masao
4ac2a9bece
Add REJECT_LIMIT option to the COPY command.
...
Previously, when ON_ERROR was set to 'ignore', the COPY command
would skip all rows with data type conversion errors, with no way to
limit the number of skipped rows before failing.
This commit introduces the REJECT_LIMIT option, allowing users to
specify the maximum number of erroneous rows that can be skipped.
If more rows encounter data type conversion errors than allowed by
REJECT_LIMIT, the COPY command will fail with an error, even when
ON_ERROR = 'ignore'.
Author: Atsushi Torikoshi
Reviewed-by: Junwang Zhao, Kirill Reshke, jian he, Fujii Masao
Discussion: https://postgr.es/m/63f99327aa6b404cc951217fa3e61fe4@oss.nttdata.com
1 year ago
..
alter.h
Update copyright for 2024
2 years ago
async.h
Improve performance of subsystems on top of SLRU
2 years ago
cluster.h
Update copyright for 2024
2 years ago
collationcmds.h
Update copyright for 2024
2 years ago
comment.h
Update copyright for 2024
2 years ago
conversioncmds.h
Update copyright for 2024
2 years ago
copy.h
Add REJECT_LIMIT option to the COPY command.
1 year ago
copyfrom_internal.h
Revert "Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROM"
2 years ago
createas.h
Update copyright for 2024
2 years ago
dbcommands.h
Update copyright for 2024
2 years ago
dbcommands_xlog.h
Update copyright for 2024
2 years ago
defrem.h
Add temporal FOREIGN KEY contraints
1 year ago
discard.h
Update copyright for 2024
2 years ago
event_trigger.h
Remove ObjectClass type
2 years ago
explain.h
Introduce an RTE for the grouping step
1 year ago
extension.h
Update copyright for 2024
2 years ago
lockcmds.h
Update copyright for 2024
2 years ago
matview.h
Add is_create parameter to RefreshMatviewByOid().
1 year ago
policy.h
Update copyright for 2024
2 years ago
portalcmds.h
Update copyright for 2024
2 years ago
prepare.h
Update copyright for 2024
2 years ago
proclang.h
Update copyright for 2024
2 years ago
progress.h
Reintroduce dead tuple counter in pg_stat_progress_vacuum.
2 years ago
publicationcmds.h
Update copyright for 2024
2 years ago
schemacmds.h
Update copyright for 2024
2 years ago
seclabel.h
Update copyright for 2024
2 years ago
sequence.h
Update copyright for 2024
2 years ago
subscriptioncmds.h
Update copyright for 2024
2 years ago
tablecmds.h
Reintroduce MAINTAIN privilege and pg_maintain predefined role.
2 years ago
tablespace.h
Move all extern declarations for GUC variables to header files
2 years ago
trigger.h
Revert: Allow locking updated tuples in tuple_update() and tuple_delete()
2 years ago
typecmds.h
Repair ALTER EXTENSION ... SET SCHEMA.
2 years ago
user.h
Add new GUC createrole_self_grant.
3 years ago
vacuum.h
revert: Generalize relation analyze in table AM interface
2 years ago
view.h
Update copyright for 2024
2 years ago
waitlsn.h
Move pg_wal_replay_wait() to xlogfuncs.c
1 year ago