1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Message style improvements

This commit is contained in:
Peter Eisentraut
2011-07-08 07:37:04 +03:00
parent 6c76524620
commit 0a5b01a716
6 changed files with 14 additions and 14 deletions

View File

@ -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