forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit91416f4
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 parent42d203c commit91416f4
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 | |
---|---|---|---|
| |||
174 | 174 |
| |
175 | 175 |
| |
176 | 176 |
| |
177 |
| - | |
| 177 | + | |
178 | 178 |
| |
179 | 179 |
| |
180 | 180 |
| |
| |||
185 | 185 |
| |
186 | 186 |
| |
187 | 187 |
| |
188 |
| - | |
| 188 | + | |
189 | 189 |
| |
190 | 190 |
| |
191 | 191 |
| |
|
0 commit comments
Comments
(0)