Need for

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: ppkrauss(at)gmail(dot)com
Subject: Need for
Date: 2018-11-23 01:19:40
Message-ID: 154293598069.1325.13419644375097120065@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/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()')`.

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2018-11-23 11:16:37 In unquoted identifiers, only single-byte characters are always folded to lower case
Previous Message Michael Paquier 2018-11-23 00:13:26 Re: CREATE/ALTER ROLE with NULL password