From: | "Colin Freas" <colinfreas(at)gmail(dot)com> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: How to set the global OID counter? COPY WITH OIDS does |
Date: | 2006-06-09 14:49:49 |
Message-ID: | b27f65f70606090749x31011778m722dccbf11463748@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-bugs pgsql-general |
this is an important enough question that no one who asks it has to provide
an answer as to why they're doing it.
i can imagine many situations where this would be useful, not the least of
which is reliability testing. and ESPECIALLY since OID's apparently roll
over at 2^32. what happens if you have more than 4 billion rows in the
database?
that's totally unrelated to setting the oid counter though. come on. give
it up! how do you do it?
colin
On 6/9/06, Dirk Lutzebäck <lutzeb(at)aeccom(dot)com> wrote:
>
> This is not a large object. We are seeing rows with duplicate oids
> because the OID counter is not changed after the dump (exported with --oids)
> is being loaded.
> How does 8.1 prevent to allocate duplicate OIDs?
>
> Regards,
>
> Dirk
>
> Tom Lane wrote:
>
> Alvaro Herrera <alvherre(at)commandprompt(dot)com> <alvherre(at)commandprompt(dot)com> writes:
>
> Dirk Lutzebäck wrote:
>
> how can one set the global OID counter in 8.1.X? We think it would work
> in 8.0.X using the COPY WITH OIDS command but this does not work in
> 8.1.X anymore.
>
> pg_resetxlog -o
> (Postmaster stopped of course)
>
> Possibly more to the point: why do you think you need to mess with the
> counter? 8.1 is smart enough not to assign conflicting OIDs to large
> objects.
>
> regards, tom lane
>
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2006-06-09 15:18:23 | Re: How to set the global OID counter? COPY WITH OIDS does |
Previous Message | Dirk Lutzebäck | 2006-06-09 14:41:01 | Re: How to set the global OID counter? COPY WITH OIDS does |
From | Date | Subject | |
---|---|---|---|
Next Message | Sebastiaan van Erk | 2006-06-09 14:53:25 | BUG #2475: Row limit problem |
Previous Message | Francisco Calm | 2006-06-09 14:47:51 | BUG #2474: cp: cannot access ~/archivedir/00000001.history |
From | Date | Subject | |
---|---|---|---|
Next Message | Adam Witney | 2006-06-09 14:59:52 | not valid character for Unicode |
Previous Message | Dirk Lutzebäck | 2006-06-09 14:41:01 | Re: How to set the global OID counter? COPY WITH OIDS does |