Andrew Dunstan wrote:
Bruce Momjian wrote:
OK. We have bigger fish to fry ;-)While doing OIDs seems atypical, it seems like a reasonable thing that CSV should be able to do. Basically, I see no reason to disable it.
Uh, sorry, what I meant was that we should have it working in this patch. No reason to leave it for later. We have to get this 100% right the first time because people will start relying on it.
Yes. What *I* meant was that allowing it was OK with me, and not worth arguing over.
Incidentally, the patch looks OK at first glance, and seems to work fine, modulo today's little controversies, with this exception:
if (csv_mode) { if (!quote) quote = "\""; if (!escape) escape = "\""; /* should be "escape = quote;" */ }
cheers
andrew
---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])