--On Montag, März 22, 2004 16:17:34 -0500 Tom Lane <[email protected]>
wrote:
> Bernd Helmle <[email protected]> writes:
[...]
> 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.
> Otherwise we will have backwards-compatibility problems with existing
> databases.
Not going into deeper details, but where should such information be stored?
It sounds like to have this in pg_rewrite?
-- Bernd