File tree
21 files changed
+384
-60
lines changedFilter options
- doc/src/sgml
- ref
- src
- backend
- catalog
- commands
- replication
- libpqwalreceiver
- logical
- bin/pg_dump
- include
- catalog
- replication
- test
- regress
- expected
- sql
- subscription/t
21 files changed
+384
-60
lines changeddoc/src/sgml/ref/alter_subscription.sgml
Copy file name to clipboardExpand all lines: doc/src/sgml/ref/alter_subscription.sgml+9-7
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
53 | 54 |
|
54 | 55 |
|
55 | 56 |
|
| ||
223 | 224 |
|
224 | 225 |
|
225 | 226 |
|
226 |
| - |
| 227 | + |
| 228 | + |
| 229 | + |
227 | 230 |
|
228 | 231 |
|
229 | 232 |
|
| ||
244 | 247 |
|
245 | 248 |
|
246 | 249 |
|
247 |
| - |
248 |
| - |
| 250 | + |
249 | 251 |
|
250 | 252 |
|
251 | 253 |
|
|
doc/src/sgml/ref/create_subscription.sgml
Copy file name to clipboardExpand all lines: doc/src/sgml/ref/create_subscription.sgml+21-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 |
| - |
| 36 | + |
| 37 | + |
37 | 38 |
|
38 | 39 |
|
39 | 40 |
|
| ||
49 | 50 |
|
50 | 51 |
|
51 | 52 |
|
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
52 | 59 |
|
53 | 60 |
|
54 | 61 |
|
| ||
365 | 372 |
|
366 | 373 |
|
367 | 374 |
|
| 375 | + |
| 376 | + |
| 377 | + |
| 378 | + |
| 379 | + |
| 380 | + |
| 381 | + |
| 382 | + |
| 383 | + |
| 384 | + |
| 385 | + |
| 386 | + |
| 387 | + |
368 | 388 |
|
369 | 389 |
|
370 | 390 |
|
|
doc/src/sgml/ref/drop_subscription.sgml
Copy file name to clipboardExpand all lines: doc/src/sgml/ref/drop_subscription.sgml+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 |
| - |
| 37 | + |
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
|
doc/src/sgml/user-manag.sgml
Copy file name to clipboardExpand all lines: doc/src/sgml/user-manag.sgml+6
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
699 | 699 |
|
700 | 700 |
|
701 | 701 |
|
| 702 | + |
| 703 | + |
| 704 | + |
| 705 | + |
| 706 | + |
| 707 | + |
702 | 708 |
|
703 | 709 |
|
704 | 710 |
|
|
src/backend/catalog/pg_subscription.c
Copy file name to clipboardExpand all lines: src/backend/catalog/pg_subscription.c+1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
71 | 71 |
|
72 | 72 |
|
73 | 73 |
|
| 74 | + |
74 | 75 |
|
75 | 76 |
|
76 | 77 |
|
|
src/backend/catalog/system_views.sql
Copy file name to clipboardExpand all lines: src/backend/catalog/system_views.sql+1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1318 | 1318 |
|
1319 | 1319 |
|
1320 | 1320 |
|
| 1321 | + |
1321 | 1322 |
|
1322 | 1323 |
|
1323 | 1324 |
|
|
src/backend/commands/alter.c
Copy file name to clipboardExpand all lines: src/backend/commands/alter.c+24
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| 27 | + |
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
| ||
235 | 236 |
|
236 | 237 |
|
237 | 238 |
|
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | + |
| 247 | + |
| 248 | + |
| 249 | + |
| 250 | + |
| 251 | + |
| 252 | + |
| 253 | + |
| 254 | + |
| 255 | + |
| 256 | + |
| 257 | + |
| 258 | + |
| 259 | + |
| 260 | + |
| 261 | + |
238 | 262 |
|
239 | 263 |
|
240 | 264 |
|
|
0 commit comments