We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67e7bb commit bdff9d8Copy full SHA for bdff9d8
doc/src/sgml/pltcl.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$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 $
3
-->
4
5
<chapter id="pltcl">
@@ -335,7 +335,7 @@ CREATE TRIGGER trig_mytab_modcount BEFORE INSERT OR UPDATE ON mytab
335
<term>quote <replaceable>string</replaceable></term>
336
<listitem>
337
<para>
338
- Duplicates all occurences of single quote and backslash characters.
+ Duplicates all occurrences of single quote and backslash characters.
339
It should be used when variables are used in the query string given
340
to <function>spi_exec</function> or
341
<function>spi_prepare</function> (not for the value list on
0 commit comments