Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c0f0d80

Browse files
committed
Clarify what some historic terms in rewriteHandler.c mean.
Discussion: 20150827131352.GF2435@awork2.anarazel.de
1 parent c86762a commit c0f0d80

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/backend/rewrite/rewriteHandler.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
* IDENTIFICATION
1010
* src/backend/rewrite/rewriteHandler.c
1111
*
12+
* NOTES
13+
* Some of the terms used in this file are of historic nature: "retrieve"
14+
* was the PostQUEL keyword for what today is SELECT. "RIR" stands for
15+
* "Retrieve-Instead-Retrieve", that is an ON SELECT DO INSTEAD SELECT rule
16+
* (which has to be unconditional and where only one rule can exist on each
17+
* relation).
18+
*
1219
*-------------------------------------------------------------------------
1320
*/
1421
#include "postgres.h"

0 commit comments

Comments
 (0)