diff options
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/func.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 16240f7e395..e7dcaca3b01 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1523,7 +1523,7 @@ <entry><type>text</type></entry> <entry> Format a string. This function is similar to the C function - <function>sprintf</>; but only the following conversions + <function>sprintf</>; but only the following conversion specifications are recognized: <literal>%s</literal> interpolates the corresponding argument as a string; <literal>%I</literal> escapes its argument as an SQL identifier; <literal>%L</literal> escapes its argument as an |
