Re: [PATCHES] [HACKERS] Inconsistent syntax in GRANT

2006-01-20 Thread Bruce Momjian
Updated patch applied. I decided Tom was right to just ignore invalid sequence permission from pre-8.2 databases, rather than try to use GRANT TABLE; there was no reason to do it and avoiding it made the code cleaner and more robust. The changes were: Add GRANT ON SEQUENCE syntax to support se

[PATCHES] plperl / locale / win32

2006-01-20 Thread Andrew Dunstan
I was reminded today of the outstanding issue with plperl setting the locale on Windows, and our environment workaround not working there. There has been NO response to the bug I filed (#38193) at rt.perl.org about this issue. The attached patch adapts one I previously tested as working, bu

Re: [PATCHES] TODO-Item: include for guc

2006-01-20 Thread Bruce Momjian
Previous patch version removed from queue. --- Joachim Wieland wrote: > Hi, > > the attached patch implements the TODO-item > > o %Add "include file" functionality in postgresql.conf > > However I was not able to

Re: [PATCHES] pg_restore COPY error handling

2006-01-20 Thread Stephen Frost
* Stephen Frost ([EMAIL PROTECTED]) wrote: > * Tom Lane ([EMAIL PROTECTED]) wrote: > > Stephen Frost <[EMAIL PROTECTED]> writes: > > > It seems like pg_restore really should be able to handle COPY errors > > > correctly by skipping to the end of the COPY data segment when the > > > initial CO

[PATCHES] [PATCH] pg_restore COPY error handling

2006-01-20 Thread Stephen Frost
* Tom Lane ([EMAIL PROTECTED]) wrote: > Stephen Frost <[EMAIL PROTECTED]> writes: > > It seems like pg_restore really should be able to handle COPY errors > > correctly by skipping to the end of the COPY data segment when the > > initial COPY command comes back as an error. > > Send a patch

Re: [PATCHES] TODO-Item: include for guc

2006-01-20 Thread Joachim Wieland
The attached patch is a revised version of the patch I sent in before: http://archives.postgresql.org/pgsql-patches/2005-12/msg00018.php The old version did not apply to current CVS anymore and the new one now also works with flex 2.5.4. The patch works as proposed by Tom Lane in: http://archiv