Global dict name is listed inconsistently

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: abgans+postgres(at)gmail(dot)com
Subject: Global dict name is listed inconsistently
Date: 2018-08-21 09:17:35
Message-ID: 153484305538.1370.7605856225879294548@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 :)

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2018-08-22 09:24:52 Documentation does not cover multiple WITH in one query
Previous Message Michael Paquier 2018-08-20 02:46:54 Re: password storage docs