Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: System vs non-system casts - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: System vs non-system casts
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: System vs non-system casts  (Andrew - Supernews <[email protected]>)
Responses Re: System vs non-system casts
List pgsql-hackers
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 (<alvherre[@]dcc.uchile.cl>)
Management by consensus: I have decided; you concede.
(Leonard Liu)


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: System vs non-system casts
Next
From: [email protected]
Date:
Subject: recovery from idiot delete error