Skip to content
Snippets Groups Projects
Commit d446c129 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Fix typo

parent a47e20b0
No related branches found
No related tags found
No related merge requests found
<!-- <!--
$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> <chapter>
...@@ -299,7 +299,7 @@ RENAME <replaceable>oldname</replaceable> TO <replaceable>newname</replaceable>; ...@@ -299,7 +299,7 @@ RENAME <replaceable>oldname</replaceable> TO <replaceable>newname</replaceable>;
<para> <para>
Using the <replaceable>class.field</replaceable>%TYPE Using the <replaceable>class.field</replaceable>%TYPE
causes PL/pgSQL to lookup the attributes definitions at the 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 Have a table with a char(20) attribute and some PL/pgSQL functions
that deal with it's content in local variables. Now someone that deal with it's content in local variables. Now someone
decides that char(20) isn't enough, dumps the table, drops it, decides that char(20) isn't enough, dumps the table, drops it,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment