10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d33cfbd commit 9b6b0b0Copy full SHA for 9b6b0b0
doc/src/sgml/plpgsql.sgml
@@ -1,4 +1,4 @@
1
-<!-- $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 $ -->
2
3
<chapter id="plpgsql">
4
<title><application>PL/pgSQL</application> - <acronym>SQL</acronym> Procedural Language</title>
@@ -4279,7 +4279,7 @@ show errors;
4279
<programlisting>
4280
CREATE OR REPLACE FUNCTION cs_update_referrer_type_proc() RETURNS void AS $func$
4281
DECLARE
4282
- CURSOR referrer_keys IS
+ referrer_keys CURSOR IS
4283
SELECT * FROM cs_referrer_keys
4284
ORDER BY try_order;
4285
func_body text;
0 commit comments