8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c86762a commit c0f0d80Copy full SHA for c0f0d80
src/backend/rewrite/rewriteHandler.c
@@ -9,6 +9,13 @@
9
* IDENTIFICATION
10
* src/backend/rewrite/rewriteHandler.c
11
*
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
+ *
19
*-------------------------------------------------------------------------
20
*/
21
#include "postgres.h"
0 commit comments