diff options
author | Bruce Momjian | 2000-05-16 21:16:12 +0000 |
---|---|---|
committer | Bruce Momjian | 2000-05-16 21:16:12 +0000 |
commit | d446c129aceaab1acc0870f1ab35c0c85038483f (patch) | |
tree | 434220f5693bdd22cc177a7cabd1dab67e7d922e /doc/src | |
parent | a47e20b049a293d47a0f22e96447a38b717327a5 (diff) |
Fix typo
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/plsql.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/plsql.sgml b/doc/src/sgml/plsql.sgml index 31de37d4215..6ac162edf97 100644 --- a/doc/src/sgml/plsql.sgml +++ b/doc/src/sgml/plsql.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.6 2000/05/16 19:29:43 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.7 2000/05/16 21:16:12 momjian Exp $ --> <chapter> @@ -299,7 +299,7 @@ RENAME <replaceable>oldname</replaceable> TO <replaceable>newname</replaceable>; <para> Using the <replaceable>class.field</replaceable>%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, |