forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8df9bd0
committed
Change logical replication pg_hba.conf use
Logical replication no longer uses the "replication" keyword. It justmatches database entries in the normal way. The "replication" keywordnow only applies to physical replication.Reviewed-by: Petr Jelinek <petr.jelinek@2ndquadrant.com>1 parent4cfc948 commit8df9bd0
File tree
3 files changed
+6
-8
lines changed- doc/src/sgml
- src/backend/libpq
3 files changed
+6
-8
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
193 | 193 |
| |
194 | 194 |
| |
195 | 195 |
| |
196 |
| - | |
| 196 | + | |
197 | 197 |
| |
198 | 198 |
| |
199 | 199 |
| |
|
Lines changed: 3 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
295 | 295 |
| |
296 | 296 |
| |
297 | 297 |
| |
298 |
| - | |
299 |
| - | |
300 |
| - | |
301 |
| - | |
302 |
| - | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
303 | 301 |
| |
304 | 302 |
| |
305 | 303 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
612 | 612 |
| |
613 | 613 |
| |
614 | 614 |
| |
615 |
| - | |
| 615 | + | |
616 | 616 |
| |
617 |
| - | |
| 617 | + | |
618 | 618 |
| |
619 | 619 |
| |
620 | 620 |
| |
|
0 commit comments
Comments
(0)