diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2001-03-25 10:16:12 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2001-03-25 10:16:12 +0000 |
commit | bdff9d80dc4c2dec7542947005dd34db652bafd1 (patch) | |
tree | 22a5e5d45c311757a11d2d9b7bea11d433ce77c6 | |
parent | b67e7bb1f742fc717dd31473165ac2f9bdc1169c (diff) | |
download | postgresql-bdff9d80dc4c2dec7542947005dd34db652bafd1.tar.gz postgresql-bdff9d80dc4c2dec7542947005dd34db652bafd1.zip |
spell fix
-rw-r--r-- | doc/src/sgml/pltcl.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/pltcl.sgml b/doc/src/sgml/pltcl.sgml index e21e92e4c9d..59f464aebaf 100644 --- a/doc/src/sgml/pltcl.sgml +++ b/doc/src/sgml/pltcl.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/pltcl.sgml,v 2.7 2001/02/09 03:06:38 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/pltcl.sgml,v 2.8 2001/03/25 10:16:12 petere Exp $ --> <chapter id="pltcl"> @@ -335,7 +335,7 @@ CREATE TRIGGER trig_mytab_modcount BEFORE INSERT OR UPDATE ON mytab <term>quote <replaceable>string</replaceable></term> <listitem> <para> - Duplicates all occurences of single quote and backslash characters. + Duplicates all occurrences of single quote and backslash characters. It should be used when variables are used in the query string given to <function>spi_exec</function> or <function>spi_prepare</function> (not for the value list on |