- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit63585b1
committed
doc: Fix description of replication command CREATE_REPLICATION_SLOT
The output plugin name is a mandatory option when creating a logicalslot, but the grammar documented was not described as such. While onit, fix two comments in repl_gram.y to show that TEMPORARY is anoptional grammar choice.Author: Ayaki TachikakeDiscussion:https://postgr.es/m/OSAPR01MB2852607B2329FFA27834105AF1229@OSAPR01MB2852.jpnprd01.prod.outlook.comBackpatch-through: 151 parent2d27e13 commit63585b1
File tree
2 files changed
+3
-3
lines changed- doc/src/sgml
- src/backend/replication
2 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1987 | 1987 |
| |
1988 | 1988 |
| |
1989 | 1989 |
| |
1990 |
| - | |
| 1990 | + | |
1991 | 1991 |
| |
1992 | 1992 |
| |
1993 | 1993 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
172 | 172 |
| |
173 | 173 |
| |
174 | 174 |
| |
175 |
| - | |
| 175 | + | |
176 | 176 |
| |
177 | 177 |
| |
178 | 178 |
| |
| |||
183 | 183 |
| |
184 | 184 |
| |
185 | 185 |
| |
186 |
| - | |
| 186 | + | |
187 | 187 |
| |
188 | 188 |
| |
189 | 189 |
| |
|
0 commit comments
Comments
(0)