Global dict name is listed inconsistently - Mailing list pgsql-docs

From PG Doc comments form
Subject Global dict name is listed inconsistently
Date
Msg-id 153484305538.1370.7605856225879294548@wrigleys.postgresql.org
Whole thread Raw
Responses Re: Global dict name is listed inconsistently  (Bruce Momjian <bruce@momjian.us>)
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/10/static/plpython-sharing.html
Description:

Page https://www.postgresql.org/docs/10/static/plpython-sharing.html  says:
"The global dictionary SD is available to store data between function
calls." few lines lower it says: "global data and function arguments from
myfunc are not available to myfunc2. The exception is the data in the GD
dictionary, as mentioned above." Note that the global dictionary is named
"SD" in the first quote and "GD" in the second one.

Please correct either first or second sentence.

Kind regards,

Adam Bielański
Happy PostgreSQL user :)

pgsql-docs by date:

Previous
From: Michael Paquier
Date:
Subject: Re: password storage docs
Next
From: PG Doc comments form
Date:
Subject: Documentation does not cover multiple WITH in one query