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 2395a03 commit 1c2f227Copy full SHA for 1c2f227
contrib/sr_plan/README.md
@@ -58,8 +58,6 @@ any per-connection actions.
58
59
## Usage
60
61
-
62
63
If you want to save the query plan is necessary to set the variable:
64
65
```SQL
@@ -125,7 +123,7 @@ CREATE TABLE
125
123
INSERT 0 3
126
124
=> set sr_plan.write_mode = true;
127
SET
128
-=> select a,b from test_table where a = _p(1);
+=> select a,b from test_table where a = _p(1);
129
a | b
130
---+---
131
1 | 1
@@ -136,7 +134,6 @@ SET
136
134
137
135
```
138
139
140
Now plan for query from our table is saved with parameter. So,
141
if we enable saved plan in this table, this plan would be used for query
142
with any value for a, as long as this value is wrapped with _p()
0 commit comments