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
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
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
* 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
* 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
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