Re: plpython3u extension

From: Federico Di Gregorio <fog(at)dndg(dot)it>
To: psycopg(at)postgresql(dot)org
Subject: Re: plpython3u extension
Date: 2016-10-02 22:48:05
Message-ID: 973e022d-2c2e-ea8b-d3d4-2ae236d451d1@dndg.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

On 03/10/16 00:44, Antonio Gomez wrote:
> We installed Postgres 9.6 by downloading the msi package from the Postgres site and running the installer in the normal fashion.
>
> We basically need to make python available in postgresql to create python functions .
> And make psycopg2 available in python to connect python to other postgresql instances.

I'd use PostgreSQL native FDW for that, not psycopg running inside
PostgreSQL.

federico

--
Federico Di Gregorio federico(dot)digregorio(at)dndg(dot)it
DNDG srl http://dndg.it
La mia nuova versione del mondo prevede una consapevolezza
distribuita e insapore. -- sisterconfusion

In response to

Browse psycopg by date

  From Date Subject
Next Message Adrian Klaver 2016-10-02 23:58:53 Re: plpython3u extension
Previous Message Antonio Gomez 2016-10-02 22:44:05 Re: plpython3u extension