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

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 parentddbd5d8 commit9b3c8f0
1 file changed
+18
-8
lines changedLines changed: 18 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2437 | 2437 |
| |
2438 | 2438 |
| |
2439 | 2439 |
| |
2440 |
| - | |
| 2440 | + | |
2441 | 2441 |
| |
2442 | 2442 |
| |
2443 | 2443 |
| |
2444 |
| - | |
2445 |
| - | |
2446 |
| - | |
| 2444 | + | |
| 2445 | + | |
| 2446 | + | |
| 2447 | + | |
| 2448 | + | |
| 2449 | + | |
| 2450 | + | |
| 2451 | + | |
| 2452 | + | |
| 2453 | + | |
| 2454 | + | |
2447 | 2455 |
| |
2448 |
| - | |
| 2456 | + | |
2449 | 2457 |
| |
2450 |
| - | |
2451 |
| - | |
2452 |
| - | |
| 2458 | + | |
| 2459 | + | |
| 2460 | + | |
| 2461 | + | |
| 2462 | + | |
2453 | 2463 |
| |
2454 | 2464 |
| |
2455 | 2465 |
| |
|
0 commit comments
Comments
(0)