Re: [GENERAL] Does PLPythonU support COPY table FROM string?

2015-09-02 Thread Dominik Czarnota
; On 08/28/2015 10:12 AM, Dominik Czarnota wrote: > >> Oh... I have copied stacktrace generated from Python script which >> connects to the db using psycopg2 driver, so that's where this >> misleading psycopg2 error came from... >> >> About the list origin -

Re: [GENERAL] Does PLPythonU support COPY table FROM string?

2015-08-28 Thread Dominik Czarnota
roblem for those calculations would be parallelizing them somehow (I hope postgres clustering will do the work), but that's totally unrelated to the problem we are discussing now. 2015-08-28 17:59 GMT+02:00 Adrian Klaver : > On 08/28/2015 08:32 AM, Dominik Czarnota wrote: > >

Re: [GENERAL] Does PLPythonU support COPY table FROM string?

2015-08-28 Thread Dominik Czarnota
that would do COPY FROM, but I can't find anything related to it in the docs. 2015-08-28 17:15 GMT+02:00 Adrian Klaver : > On 08/28/2015 05:58 AM, Dominik Czarnota wrote: > >> Hello, >> >> Is there any possibility to make COPY from list of records in PLPythonU? >> &

[GENERAL] Does PLPythonU support COPY table FROM string?

2015-08-28 Thread Dominik Czarnota
r can you point me place where I could dig into the code and implement it? Dominik Czarnota