diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2011-07-08 07:37:04 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2011-07-08 07:37:04 +0300 |
commit | f05c65090a964b30135236a90fc85986e0ca56a6 (patch) | |
tree | 3be3e586ca10fdf1b63185f79725632d761726a5 /doc/src | |
parent | c59b8ba6cd48e0fc0c1be8d86d4a19e7bf37d7e0 (diff) | |
download | postgresql-f05c65090a964b30135236a90fc85986e0ca56a6.tar.gz postgresql-f05c65090a964b30135236a90fc85986e0ca56a6.zip |
Message style improvements
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 |