public inbox for [email protected]
help / color / mirror / Atom feedFrom: Nasseh Khodaie <[email protected]>
To: Peter Eisentraut <[email protected]>
Cc: [email protected]
Subject: Re: Minor error in calling a python list a tuple
Date: Wed, 2 Feb 2022 09:56:35 -0500
Message-ID: <CAOvPZ-SQ+fRFuPoE4zLaFTqzdX7u3ywHVPW=utnzX_UPDFgKsw@mail.gmail.com> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
<[email protected]>
Awesome.
Thanks for the great work you are doing. All of you.
Nasseh
On Wed, Feb 2, 2022, 3:17 AM Peter Eisentraut <
[email protected]> wrote:
> On 01.02.22 20:57, PG Doc comments form wrote:
> > The following documentation comment has been logged on the website:
> >
> > Page: https://www.postgresql.org/docs/13/plpython-data.html
> > Description:
> >
> > Hello,
> > In the link bellow there is the mentioned error.
> > https://www.postgresql.org/docs/13/plpython-data.html#PLPYTHON-ARRAYS
> >
> > CREATE FUNCTION make_pair (name text, value integer)
> > RETURNS named_value
> > AS $$
> > return ( name, value )
> > # or alternatively, as tuple: return [ name, value ]
> > $$ LANGUAGE plpythonu;
> >
> >
> > Should be:
> > # or alternatively, as list: return [ name, value ]
>
> Yes, this is a mistake. I have fixed it. Thanks.
>
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: Minor error in calling a python list a tuple
In-Reply-To: <CAOvPZ-SQ+fRFuPoE4zLaFTqzdX7u3ywHVPW=utnzX_UPDFgKsw@mail.gmail.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox