On Tue, Apr 12, 2005 at 05:04:03PM -0000, Andrew - Supernews wrote: > On 2005-04-12, Alvaro Herrera <[EMAIL PROTECTED]> wrote: > >> Well perhaps there is an even better solution? > > > > What about the simple one of having a bool "pg_cast.castissystem" > > column, or something similar? > > Checking the OID might be sufficient if it were possible to make the OID > counter restart at some value known to be greater than any datlastsysoid, > rather than restarting at BootstrapOid.
In fact AFAICT it does start at BootstrapObjectIdData, which is 16384 by default. -- Alvaro Herrera (<[EMAIL PROTECTED]>) Management by consensus: I have decided; you concede. (Leonard Liu) ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend