]> granicus.if.org Git - postgresql/commit
Doc: Update PL/pgSQL sample function in plpgsql.sgml.
authorAmit Kapila <akapila@postgresql.org>
Wed, 11 Sep 2019 04:55:49 +0000 (10:25 +0530)
committerAmit Kapila <akapila@postgresql.org>
Thu, 12 Sep 2019 07:45:51 +0000 (13:15 +0530)
commit9b3c8f07ff3f7938696723405dc9c7b43dde4252
treedbd90d2dca29b99d12482b4216c317f11c4b926c
parentddbd5d8731619ad3ab47ce325e8605422297a613
Doc: Update PL/pgSQL sample function in plpgsql.sgml.

The example used to explain 'Looping Through Query Results' uses
pseudo-materialized views.  Replace it with a more up-to-date example
which does the same thing with actual materialized views, which have
been available since PostgreSQL 9.3.

In the passing, change '%' as format specifier instead of '%s' as is used
in other examples in plpgsql.sgml.

Reported-by: Ian Barwick
Author: Ian Barwick
Reviewed-by: Amit Kapila
Backpatch-through: 9.4
Discussion: https://postgr.es/m/9a70d393-7904-4918-c97c-649f6d114b6a@2ndquadrant.com
doc/src/sgml/plpgsql.sgml