forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1fcb73f

Amit Kapila
Doc: Update PL/pgSQL sample function in plpgsql.sgml.
The example used to explain 'Looping Through Query Results' usespseudo-materialized views. Replace it with a more up-to-date examplewhich does the same thing with actual materialized views, which havebeen available since PostgreSQL 9.3.In the passing, change '%' as format specifier instead of '%s' as is usedin other examples in plpgsql.sgml.Reported-by: Ian BarwickAuthor: Ian BarwickReviewed-by: Amit KapilaBackpatch-through: 9.4Discussion:https://postgr.es/m/9a70d393-7904-4918-c97c-649f6d114b6a@2ndquadrant.com1 parent8da17f3 commit1fcb73f
1 file changed
+18
-8
lines changedLines changed: 18 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2445 | 2445 |
| |
2446 | 2446 |
| |
2447 | 2447 |
| |
2448 |
| - | |
| 2448 | + | |
2449 | 2449 |
| |
2450 | 2450 |
| |
2451 | 2451 |
| |
2452 |
| - | |
2453 |
| - | |
2454 |
| - | |
| 2452 | + | |
| 2453 | + | |
| 2454 | + | |
| 2455 | + | |
| 2456 | + | |
| 2457 | + | |
| 2458 | + | |
| 2459 | + | |
| 2460 | + | |
| 2461 | + | |
| 2462 | + | |
2455 | 2463 |
| |
2456 |
| - | |
| 2464 | + | |
2457 | 2465 |
| |
2458 |
| - | |
2459 |
| - | |
2460 |
| - | |
| 2466 | + | |
| 2467 | + | |
| 2468 | + | |
| 2469 | + | |
| 2470 | + | |
2461 | 2471 |
| |
2462 | 2472 |
| |
2463 | 2473 |
| |
|
0 commit comments
Comments
(0)