Skip to content

Commit eeee62d

Browse files
committed
Doc: make cross-reference to format() function more specific.
Jeff Janes Discussion: https://postgr.es/m/CAMkU=1w7Tn2M9BhK+rt8Shtz1AkU+ty7By8gj5C==z65=U4vyQ@mail.gmail.com
1 parent 730422a commit eeee62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/plpgsql.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,7 @@ EXECUTE 'UPDATE tbl SET '
14141414
<para>
14151415
Dynamic SQL statements can also be safely constructed using the
14161416
<function>format</function> function (see <xref
1417-
linkend="functions-string"/>). For example:
1417+
linkend="functions-string-format"/>). For example:
14181418
<programlisting>
14191419
EXECUTE format('UPDATE tbl SET %I = %L '
14201420
'WHERE key = %L', colname, newvalue, keyvalue);

0 commit comments

Comments
 (0)