]> granicus.if.org Git - postgresql/commit
Allow COPY WITH OIDS to system OID values --- rely on unique indexes to
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 16 Apr 2000 04:27:52 +0000 (04:27 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 16 Apr 2000 04:27:52 +0000 (04:27 +0000)
commit8c3b52e7b2d90a35be1370a10fcf02218fa4ae99
treeafbdc91f2b32119fc970ff0fcea96c553f406fdb
parenta6acf1a06aa170068654c51a7c192941056d8d83
Allow COPY WITH OIDS to system OID values --- rely on unique indexes to
prevent duplicate OIDs from being added.  Clean up redundant error
messages.
src/backend/commands/copy.c