From b4b8efbd3826ac0af2d1c2e7c40fcf80a4bfba45 Mon Sep 17 00:00:00 2001
From: Daniel Baumann
+
This section describes functions and operators for examining and
manipulating string values. Strings in this context include values
of the types 9.4. String Functions and Operators
9.4. String Functions and Operators
character
, character varying
,
@@ -1205,4 +1205,4 @@ SELECT format('Testing %3$s, %2$s, %s', 'one', 'two', 'three');
The %I
and %L
format specifiers are particularly
useful for safely constructing dynamic SQL statements. See
Example 43.1.
-