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...
so... plpy.execute("CREATE TABLE ...") ?
David J.
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?