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

Commitcb2bab1

Browse files
committed
doc: Fix mistake in PL/Python documentation
Small thinko introduced by94aceedReported-by: nassehk@gmail.com
1 parent4d7c3e3 commitcb2bab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/plpython.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ CREATE FUNCTION make_pair (name text, value integer)
573573
RETURNS named_value
574574
AS $$
575575
return ( name, value )
576-
# or alternatively, astuple: return [ name, value ]
576+
# or alternatively, aslist: return [ name, value ]
577577
$$ LANGUAGE plpythonu;
578578
</programlisting>
579579

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp