Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9b6b0b0

Browse files
committed
Fix typo in PL/pgsql code example.
Backpatch to 8.4.Marc Cousin. Review by Kevin Grittner.
1 parentd33cfbd commit9b6b0b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/plpgsql.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.154 2010/06/29 22:29:14 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.155 2010/07/27 20:02:06 rhaas Exp $ -->
22

33
<chapter id="plpgsql">
44
<title><application>PL/pgSQL</application> - <acronym>SQL</acronym> Procedural Language</title>
@@ -4279,7 +4279,7 @@ show errors;
42794279
<programlisting>
42804280
CREATE OR REPLACE FUNCTION cs_update_referrer_type_proc() RETURNS void AS $func$
42814281
DECLARE
4282-
CURSORreferrer_keys IS
4282+
referrer_keys CURSOR IS
42834283
SELECT * FROM cs_referrer_keys
42844284
ORDER BY try_order;
42854285
func_body text;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp