File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/pltcl.sgml,v 2.7 2001/02/09 03:06:38 tgl Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/pltcl.sgml,v 2.8 2001/03/25 10:16:12 petere Exp $
3
3
-->
4
4
5
5
<chapter id="pltcl">
@@ -335,7 +335,7 @@ CREATE TRIGGER trig_mytab_modcount BEFORE INSERT OR UPDATE ON mytab
335
335
<term>quote <replaceable>string</replaceable></term>
336
336
<listitem>
337
337
<para>
338
- Duplicates all occurences of single quote and backslash characters.
338
+ Duplicates all occurrences of single quote and backslash characters.
339
339
It should be used when variables are used in the query string given
340
340
to <function>spi_exec</function> or
341
341
<function>spi_prepare</function> (not for the value list on
You can’t perform that action at this time.
0 commit comments