Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0e76f1b

Browse files
committed
Fix typo.
1 parent f8f0ff6 commit 0e76f1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/plsql.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.36 2001/09/10 06:30:43 ishii Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.37 2001/09/10 06:35:34 ishii Exp $
33
-->
44

55
<chapter id="plpgsql">
@@ -2000,7 +2000,7 @@ SHOW ERRORS;
20002000
<programlisting>
20012001
DROP FUNCTION cs_fmt_browser_version(varchar, varchar);
20022002
CREATE FUNCTION cs_fmt_browser_version(varchar, varchar)
2003-
RETRUNS varchar AS '
2003+
RETURNS varchar AS '
20042004
DECLARE
20052005
v_name ALIAS FOR $1;
20062006
v_version ALIAS FOR $2;

0 commit comments

Comments
 (0)