forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7b55a98
committed
Limit pg_upgrade authentication advice to always-secure techniques.
~/.pgpass is a sound choice everywhere, and "peer" authentication issafe on every platform it supports. Cease to recommend "trust"authentication, the safety of which is deeply configuration-specific.Back-patch to 9.0, where pg_upgrade was introduced.1 parent5ef588b commit7b55a98
1 file changed
+6
-8
lines changedLines changed: 6 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
289 | 289 |
| |
290 | 290 |
| |
291 | 291 |
| |
292 |
| - | |
293 |
| - | |
294 |
| - | |
295 |
| - | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
296 | 295 |
| |
297 | 296 |
| |
298 | 297 |
| |
| |||
407 | 406 |
| |
408 | 407 |
| |
409 | 408 |
| |
410 |
| - | |
411 |
| - | |
412 |
| - | |
413 |
| - | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
414 | 412 |
| |
415 | 413 |
| |
416 | 414 |
| |
|
0 commit comments
Comments
(0)