Updated wording:
* %Disallow ALTER SEQUENCE changes for SERIAL sequences because pg_dump
does not dump the changes
---
Bruce Momjian wrote:
> Tom Lane wrote:
> > "Oleg Mamontov" <[EMAIL PROTECTED]> writes:
Tom Lane wrote:
> "Oleg Mamontov" <[EMAIL PROTECTED]> writes:
> > If after CREATE TABLE with SERIAL column i'll change sequence increment to 2
> > or some other value (with ALTER SEQUENCE) then always work correctly (all
> > inserted rows will have values incremented by 2).
>
> We currently consid
On Thu, 2 Mar 2006, bernd wrote:
Bug reference: 2297
PostgreSQL version: 8.1.3
Description:plpgsql function causes disconnect sometimes
I'm trying to make some admin functions that I can use to revoke privileges
from users. The functions are all stored in a schema called admin. H
Added to TODO:
o Port contrib/xml2
---
Dave Page wrote:
>
>
>
> On 5/3/06 17:38, "Alvaro Herrera" <[EMAIL PROTECTED]> wrote:
>
> > Bal??zs Klein wrote:
> >
> >> I have raised this issue in the pgsql.general ne
On 5/3/06 17:38, "Alvaro Herrera" <[EMAIL PROTECTED]> wrote:
> Balázs Klein wrote:
>
>> I have raised this issue in the pgsql.general newsgroup, Subject: installing
>> xml2 for pg 8.1 on winxp, but as I got no answers so far I am submitting
>> this as a bug.
>
> You did get at least one answ
Balázs Klein wrote:
> I have raised this issue in the pgsql.general newsgroup, Subject: installing
> xml2 for pg 8.1 on winxp, but as I got no answers so far I am submitting
> this as a bug.
You did get at least one answer as far as I remember.
> There might be a problem with a missing extensio
The following bug has been logged online:
Bug reference: 2301
Logged by: Balázs Klein
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.1
Operating system: WinXP
Description:xml2 library not running on the Win Pg 8.1
Details:
I have raised this issue in the pg