Ühel kenal päeval, N, 2006-04-13 kell 10:06, kirjutas John
Sidney-Woollett:
> I just added a new table to a slony relication set. The new table seems
> to have a really high tab_reloid value of 94,198,669
...
> Is this something I should be worried about? Can I find out where all
> the intermediate OIDs have gone?
probably to data rows, unless you have all your tables defined using
WITHOUT OID. OIDs are assigned from a global "sequence".
--------
Hannu