Re: What does RIR as in fireRIRrules stand for? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: What does RIR as in fireRIRrules stand for?
Date
Msg-id 3945820.1641253246@sss.pgh.pa.us
Whole thread Raw
In response to Re: What does RIR as in fireRIRrules stand for?  (fred yin <legendmakeryy@gmail.com>)
List pgsql-hackers
fred yin <legendmakeryy@gmail.com> writes:
> I found this thread when trying to understand what RIR means in the source
> code. The explanation by Andres (which I find informative) is not in the
> code. Should we add it into the comment? I think it will be useful for
> readability.

There's this at the top of rewriteHandler.c:

 * NOTES
 *      Some of the terms used in this file are of historic nature: "retrieve"
 *      was the PostQUEL keyword for what today is SELECT. "RIR" stands for
 *      "Retrieve-Instead-Retrieve", that is an ON SELECT DO INSTEAD SELECT rule
 *      (which has to be unconditional and where only one rule can exist on each
 *      relation).

            regards, tom lane



pgsql-hackers by date:

Previous
From: fred yin
Date:
Subject: Re: What does RIR as in fireRIRrules stand for?
Next
From: Stephen Frost
Date:
Subject: Re: [PoC] Delegating pg_ident to a third party