forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3569e02
committed
Fix omissions in documentation of the pg_roles view.
Somehow, column rolconfig got removed from the documentation of thepg_roles view in the 9.0 cycle, although the column is actually stillthere. In 9.1, we'd also forgotten to document the rolreplication column.Spotted by Sakamoto Masahiko.1 parent80d7722 commit3569e02
1 file changed
+22
-3
lines changedLines changed: 22 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1263 | 1263 |
| |
1264 | 1264 |
| |
1265 | 1265 |
| |
1266 |
| - | |
| 1266 | + | |
1267 | 1267 |
| |
1268 | 1268 |
| |
1269 | 1269 |
| |
| |||
1274 | 1274 |
| |
1275 | 1275 |
| |
1276 | 1276 |
| |
1277 |
| - | |
| 1277 | + | |
1278 | 1278 |
| |
1279 | 1279 |
| |
1280 | 1280 |
| |
| |||
7370 | 7370 |
| |
7371 | 7371 |
| |
7372 | 7372 |
| |
7373 |
| - | |
| 7373 | + | |
7374 | 7374 |
| |
7375 | 7375 |
| |
7376 | 7376 |
| |
| |||
7384 | 7384 |
| |
7385 | 7385 |
| |
7386 | 7386 |
| |
| 7387 | + | |
| 7388 | + | |
| 7389 | + | |
| 7390 | + | |
| 7391 | + | |
| 7392 | + | |
| 7393 | + | |
| 7394 | + | |
| 7395 | + | |
| 7396 | + | |
| 7397 | + | |
| 7398 | + | |
7387 | 7399 |
| |
7388 | 7400 |
| |
7389 | 7401 |
| |
| |||
7409 | 7421 |
| |
7410 | 7422 |
| |
7411 | 7423 |
| |
| 7424 | + | |
| 7425 | + | |
| 7426 | + | |
| 7427 | + | |
| 7428 | + | |
| 7429 | + | |
| 7430 | + | |
7412 | 7431 |
| |
7413 | 7432 |
| |
7414 | 7433 |
| |
|
0 commit comments
Comments
(0)