forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7f67723
committed
Adjust server-side backup to depend on pg_write_server_files.
I had made it depend on superuser, but that seems clearly inferior.Also document the permissions requirement in the straming replicationprotocol section of the documentation, rather than only in thesection having to do with pg_basebackup.Idea and patch from Dagfinn Ilmari Mannsåker.Discussion:http://postgr.es/m/87bkzw160u.fsf@wibble.ilmari.org1 parent51891d5 commit7f67723
File tree
3 files changed
+11
-3
lines changed- doc/src/sgml
- ref
- src/backend/replication
3 files changed
+11
-3
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2647 | 2647 |
| |
2648 | 2648 |
| |
2649 | 2649 |
| |
| 2650 | + | |
| 2651 | + | |
| 2652 | + | |
| 2653 | + | |
| 2654 | + | |
2650 | 2655 |
| |
2651 | 2656 |
| |
2652 | 2657 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
237 | 237 |
| |
238 | 238 |
| |
239 | 239 |
| |
240 |
| - | |
| 240 | + | |
| 241 | + | |
241 | 242 |
| |
242 | 243 |
| |
243 | 244 |
| |
|
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
| 18 | + | |
17 | 19 |
| |
18 | 20 |
| |
19 | 21 |
| |
| |||
65 | 67 |
| |
66 | 68 |
| |
67 | 69 |
| |
68 |
| - | |
| 70 | + | |
69 | 71 |
| |
70 | 72 |
| |
71 |
| - | |
| 73 | + | |
72 | 74 |
| |
73 | 75 |
| |
74 | 76 |
| |
|
0 commit comments
Comments
(0)