Bernd Helmle <[EMAIL PROTECTED]> writes:
> --On Montag, M�rz 22, 2004 16:17:34 -0500 Tom Lane <[EMAIL PROTECTED]>
> wrote:
>> We might need to mark automatically created rules as such, and be
>> prepared to drop them if the user then defines a manually-created rule.
> Not going into deeper details, but where should such information be stored?
> It sounds like to have this in pg_rewrite?
Yes, a boolean column added to pg_rewrite is what I was thinking of.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match