mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-18 18:44:06 +08:00
Fix typo in PL/pgsql code example.
Backpatch to 8.4. Marc Cousin. Review by Kevin Grittner.
This commit is contained in:
parent
d33cfbd2e0
commit
9b6b0b0d9a
@ -1,4 +1,4 @@
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.154 2010/06/29 22:29:14 momjian Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.155 2010/07/27 20:02:06 rhaas Exp $ -->
|
||||
|
||||
<chapter id="plpgsql">
|
||||
<title><application>PL/pgSQL</application> - <acronym>SQL</acronym> Procedural Language</title>
|
||||
@ -4279,7 +4279,7 @@ show errors;
|
||||
<programlisting>
|
||||
CREATE OR REPLACE FUNCTION cs_update_referrer_type_proc() RETURNS void AS $func$
|
||||
DECLARE
|
||||
CURSOR referrer_keys IS
|
||||
referrer_keys CURSOR IS
|
||||
SELECT * FROM cs_referrer_keys
|
||||
ORDER BY try_order;
|
||||
func_body text;
|
||||
|
Loading…
Reference in New Issue
Block a user