On Wed, Jan 10, 2018 at 4:27 PM, Celia McInnis <celia.mcin...@gmail.com> wrote:
> Hi - Is it possible to create a table inside a plpython stored procedure? > If so, can you give an example of how to do so? > > Haven't used pl/python myself but... https://www.postgresql.org/docs/10/static/plpython-database.html so... plpy.execute("CREATE TABLE ...") ? David J.