Okay,
If I'm going to modify 'COPY INTO' to include 'ignore duplicates'
functionality it looks like I'll have to add to the COPY syntax. The
most obvious way is to add:
WITH IGNORE DUPLICATES
to the syntax. I'm going to need my hand held a bit for this! The
grammar for COPY will need updating in gram.y and specifically the
'WITH' keyword will have 'IGNORE DUPLICATES' as well as 'NULL AS'.
Any pointers?
Thanks, Lee.
In response to
Responses
pgsql-hackers by date
| Next: | From: Vince Vielhaber | Date: 2001-10-01 15:36:56 |
| Subject: Re: developer's faq |
| Previous: | From: Bruce Momjian | Date: 2001-10-01 15:29:13 |
| Subject: Re: developer's faq |