From: Bruce Momjian Date: Tue, 16 May 2000 21:16:12 +0000 (+0000) Subject: Fix typo X-Git-Tag: REL7_0_2~83 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=d446c129aceaab1acc0870f1ab35c0c85038483f;p=users%2Fhanada%2Fpostgres.git Fix typo --- diff --git a/doc/src/sgml/plsql.sgml b/doc/src/sgml/plsql.sgml index 31de37d421..6ac162edf9 100644 --- a/doc/src/sgml/plsql.sgml +++ b/doc/src/sgml/plsql.sgml @@ -1,5 +1,5 @@ @@ -299,7 +299,7 @@ RENAME oldname TO newname; Using the class.field%TYPE causes PL/pgSQL to lookup the attributes definitions at the - first call to the funciton during the lifetime of a backend. + first call to the function during the lifetime of a backend. Have a table with a char(20) attribute and some PL/pgSQL functions that deal with it's content in local variables. Now someone decides that char(20) isn't enough, dumps the table, drops it,