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

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 parent3d12829 commit1f705e6
1 file changed
+18
-10
lines changedLines changed: 18 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2386 | 2386 |
| |
2387 | 2387 |
| |
2388 | 2388 |
| |
2389 |
| - | |
| 2389 | + | |
2390 | 2390 |
| |
2391 | 2391 |
| |
2392 | 2392 |
| |
2393 |
| - | |
2394 |
| - | |
2395 |
| - | |
| 2393 | + | |
| 2394 | + | |
| 2395 | + | |
| 2396 | + | |
| 2397 | + | |
| 2398 | + | |
| 2399 | + | |
| 2400 | + | |
| 2401 | + | |
| 2402 | + | |
2396 | 2403 |
| |
2397 |
| - | |
| 2404 | + | |
2398 | 2405 |
| |
2399 |
| - | |
2400 |
| - | |
2401 |
| - | |
2402 |
| - | |
2403 |
| - | |
| 2406 | + | |
| 2407 | + | |
| 2408 | + | |
| 2409 | + | |
| 2410 | + | |
| 2411 | + | |
2404 | 2412 |
| |
2405 | 2413 |
| |
2406 | 2414 |
| |
|
0 commit comments
Comments
(0)