]> granicus.if.org Git - postgresql/commitdiff
Fix typo.
authorTatsuo Ishii <ishii@postgresql.org>
Mon, 10 Sep 2001 06:35:34 +0000 (06:35 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Mon, 10 Sep 2001 06:35:34 +0000 (06:35 +0000)
doc/src/sgml/plsql.sgml

index b3e1bfeb2047bc7f5c36ecc06b3719a41dd71bf6..bd490d3f8349a8de8a437e64381b6672b1b32b4e 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.36 2001/09/10 06:30:43 ishii Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.37 2001/09/10 06:35:34 ishii Exp $
 -->
 
 <chapter id="plpgsql"> 
@@ -2000,7 +2000,7 @@ SHOW ERRORS;
 <programlisting>
 DROP FUNCTION cs_fmt_browser_version(varchar, varchar);
 CREATE FUNCTION cs_fmt_browser_version(varchar, varchar)
-RETRUNS varchar AS '
+RETURNS varchar AS '
 DECLARE
     v_name ALIAS FOR $1;
     v_version ALIAS FOR $2;