Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcad21a9

Browse files
committed
docs: fix incorrect plpgsql error message
Change "$1" to "username".Reported-by: philipp.salvisberg@gmail.comDiscussion:https://postgr.es/m/172112109590.736590.12219129462878821880@wrigleys.postgresql.orgBackpatch-through: 12
1 parent1b9dd6b commitcad21a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/plpgsql.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,7 @@ $$ LANGUAGE plpgsql;
12711271
On failure, this function might produce an error message such as
12721272
<programlisting>
12731273
ERROR: query returned no rows
1274-
DETAIL: parameters:$1 = 'nosuchuser'
1274+
DETAIL: parameters:username = 'nosuchuser'
12751275
CONTEXT: PL/pgSQL function get_userid(text) line 6 at SQL statement
12761276
</programlisting>
12771277
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp