postgresql RIR rule

前端之家收集整理的这篇文章主要介绍了postgresql RIR rule前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
> what is RIR rules in Rewriter? What RIR means?


Retrieve-Instead-Retrieve

The name is based on history.

RETRIEVE was the PostQUEL keyword for what you know as SELECT. A rule
fired on a RETRIEVE event,that is an unconditional INSTEAD rule with
exactly one RETRIEVE action is called RIR-rule.
原文链接:https://www.f2er.com/postgresql/197184.html

猜你在找的Postgre SQL相关文章