Need for - Mailing list pgsql-docs

From PG Doc comments form
Subject Need for
Date
Msg-id 154293598069.1325.13419644375097120065@wrigleys.postgresql.org
Whole thread Raw
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.4/plpython-subtransaction.html
Description:

The name "transaction" and all examples (update,etc.) are for
transactions... It is not evident for commom reader that we can use
`plpy.execute('select f()')` that is very important, the reuse of non-python
functions.  

So. suggestion: say that  there are a returning value from plpy, and showing
an example of simple function call, 
like `y = plpy.execute('SELECT f()')`.

pgsql-docs by date:

Previous
From: Michael Paquier
Date:
Subject: Re: CREATE/ALTER ROLE with NULL password
Next
From: PG Doc comments form
Date:
Subject: In unquoted identifiers,only single-byte characters are always folded to lower case