Skip to content

Commit 3ecd38a

Browse files
committed
Small style fix.
1 parent 0930251 commit 3ecd38a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

contrib/sr_plan/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ any per-connection actions.
5858

5959
## Usage
6060

61-
62-
6361
If you want to save the query plan is necessary to set the variable:
6462

6563
```SQL
@@ -125,7 +123,7 @@ CREATE TABLE
125123
INSERT 0 3
126124
=> set sr_plan.write_mode = true;
127125
SET
128-
=> select a,b from test_table where a = _p(1);
126+
=> select a,b from test_table where a = _p(1);
129127
a | b
130128
---+---
131129
1 | 1
@@ -136,7 +134,6 @@ SET
136134

137135
```
138136

139-
140137
Now plan for query from our table is saved with parameter. So,
141138
if we enable saved plan in this table, this plan would be used for query
142139
with any value for a, as long as this value is wrapped with _p()

0 commit comments

Comments
 (0)