forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3f09bb8
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 parent8a81778 commit3f09bb8
1 file changed
+4
-6
lines changedLines changed: 4 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
252 | 252 |
| |
253 | 253 |
| |
254 | 254 |
| |
255 |
| - | |
256 |
| - | |
257 |
| - | |
258 |
| - | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
259 | 258 |
| |
260 | 259 |
| |
261 | 260 |
| |
| |||
355 | 354 |
| |
356 | 355 |
| |
357 | 356 |
| |
358 |
| - | |
359 |
| - | |
| 357 | + | |
360 | 358 |
| |
361 | 359 |
| |
362 | 360 |
| |
|
0 commit comments
Comments
(0)