Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1c2f227

Browse files
stalkergvbwagner
authored andcommitted
Small style fix.
1 parent2395a03 commit1c2f227

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
INSERT03
126124
=>setsr_plan.write_mode= true;
127125
SET
128-
=>select a,bfrom test_tablewhere a= _p(1);
126+
=>select a,bfrom test_tablewhere 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)

[8]ページ先頭

©2009-2025 Movatter.jp