forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9cef05e
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 parenta223b9e commit9cef05e
1 file changed
+6
-8
lines changedLines changed: 6 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
280 | 280 |
| |
281 | 281 |
| |
282 | 282 |
| |
283 |
| - | |
284 |
| - | |
285 |
| - | |
286 |
| - | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
287 | 286 |
| |
288 | 287 |
| |
289 | 288 |
| |
| |||
390 | 389 |
| |
391 | 390 |
| |
392 | 391 |
| |
393 |
| - | |
394 |
| - | |
395 |
| - | |
396 |
| - | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
397 | 395 |
| |
398 | 396 |
| |
399 | 397 |
| |
|
0 commit comments
Comments
(0)