- Notifications
You must be signed in to change notification settings - Fork5
Commit04dfc87
committed
If a role has a password expiration date, show that in psql's \du output.
Per a suggestion from Euler Taveira, it seems like a good idea to includethis information in \du (and \dg) output. This costs nothing for peoplewho are not using the VALID UNTIL feature, while for those who are, it'srather critical information.Fabrízio de Royes Mello1 parentf2386d7 commit04dfc87
2 files changed
+30
-14
lines changedLines changed: 16 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1267 | 1267 |
| |
1268 | 1268 |
| |
1269 | 1269 |
| |
1270 |
| - | |
1271 |
| - | |
1272 |
| - | |
1273 |
| - | |
| 1270 | + | |
| 1271 | + | |
| 1272 | + | |
| 1273 | + | |
| 1274 | + | |
| 1275 | + | |
1274 | 1276 |
| |
1275 |
| - | |
| 1277 | + | |
| 1278 | + | |
1276 | 1279 |
| |
1277 | 1280 |
| |
1278 | 1281 |
| |
| |||
1421 | 1424 |
| |
1422 | 1425 |
| |
1423 | 1426 |
| |
1424 |
| - | |
1425 |
| - | |
1426 |
| - | |
| 1427 | + | |
| 1428 | + | |
| 1429 | + | |
| 1430 | + | |
| 1431 | + | |
| 1432 | + | |
1427 | 1433 |
| |
1428 |
| - | |
| 1434 | + | |
| 1435 | + | |
1429 | 1436 |
| |
1430 | 1437 |
| |
1431 | 1438 |
| |
|
Lines changed: 14 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2378 | 2378 |
| |
2379 | 2379 |
| |
2380 | 2380 |
| |
2381 |
| - | |
| 2381 | + | |
2382 | 2382 |
| |
2383 | 2383 |
| |
2384 | 2384 |
| |
| |||
2406 | 2406 |
| |
2407 | 2407 |
| |
2408 | 2408 |
| |
2409 |
| - | |
| 2409 | + | |
| 2410 | + | |
2410 | 2411 |
| |
2411 | 2412 |
| |
2412 | 2413 |
| |
| |||
2453 | 2454 |
| |
2454 | 2455 |
| |
2455 | 2456 |
| |
2456 |
| - | |
| 2457 | + | |
2457 | 2458 |
| |
2458 | 2459 |
| |
2459 | 2460 |
| |
| |||
2471 | 2472 |
| |
2472 | 2473 |
| |
2473 | 2474 |
| |
| 2475 | + | |
| 2476 | + | |
| 2477 | + | |
| 2478 | + | |
| 2479 | + | |
| 2480 | + | |
| 2481 | + | |
| 2482 | + | |
2474 | 2483 |
| |
2475 | 2484 |
| |
2476 | 2485 |
| |
2477 | 2486 |
| |
2478 |
| - | |
| 2487 | + | |
2479 | 2488 |
| |
2480 | 2489 |
| |
2481 |
| - | |
| 2490 | + | |
2482 | 2491 |
| |
2483 | 2492 |
| |
2484 | 2493 |
| |
|
0 commit comments
Comments
(0)