mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
doc: Fix mistake in PL/Python documentation
Small thinko introduced by 94aceed317
Reported-by: nassehk@gmail.com
This commit is contained in:
parent
4d7c3e3447
commit
cb2bab14ff
@ -573,7 +573,7 @@ CREATE FUNCTION make_pair (name text, value integer)
|
|||||||
RETURNS named_value
|
RETURNS named_value
|
||||||
AS $$
|
AS $$
|
||||||
return ( name, value )
|
return ( name, value )
|
||||||
# or alternatively, as tuple: return [ name, value ]
|
# or alternatively, as list: return [ name, value ]
|
||||||
$$ LANGUAGE plpythonu;
|
$$ LANGUAGE plpythonu;
|
||||||
</programlisting>
|
</programlisting>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user