We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151da21 commit 03e9b95Copy full SHA for 03e9b95
doc/src/sgml/plpgsql.sgml
@@ -1295,7 +1295,7 @@ $$ LANGUAGE plpgsql;
1295
On failure, this function might produce an error message such as
1296
<programlisting>
1297
ERROR: query returned no rows
1298
-DETAIL: parameters: $1 = 'nosuchuser'
+DETAIL: parameters: username = 'nosuchuser'
1299
CONTEXT: PL/pgSQL function get_userid(text) line 6 at SQL statement
1300
</programlisting>
1301
</para>
0 commit comments