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

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 parent9b9f0d7 commita477f25
1 file changed
+18
-8
lines changedLines changed: 18 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2403 | 2403 |
| |
2404 | 2404 |
| |
2405 | 2405 |
| |
2406 |
| - | |
| 2406 | + | |
2407 | 2407 |
| |
2408 | 2408 |
| |
2409 | 2409 |
| |
2410 |
| - | |
2411 |
| - | |
2412 |
| - | |
| 2410 | + | |
| 2411 | + | |
| 2412 | + | |
| 2413 | + | |
| 2414 | + | |
| 2415 | + | |
| 2416 | + | |
| 2417 | + | |
| 2418 | + | |
| 2419 | + | |
| 2420 | + | |
2413 | 2421 |
| |
2414 |
| - | |
| 2422 | + | |
2415 | 2423 |
| |
2416 |
| - | |
2417 |
| - | |
2418 |
| - | |
| 2424 | + | |
| 2425 | + | |
| 2426 | + | |
| 2427 | + | |
| 2428 | + | |
2419 | 2429 |
| |
2420 | 2430 |
| |
2421 | 2431 |
| |
|
0 commit comments
Comments
(0)