Re: Calling stored procredure from psycopg2 - Mailing list psycopg

From Graeme
Subject Re: Calling stored procredure from psycopg2
Date
Msg-id 0b6a5753-2779-258f-83de-2c5a0822e9cc@gemmill.name
Whole thread Raw
In response to Re: Calling stored procredure from psycopg2  (Daniele Varrazzo <daniele.varrazzo@gmail.com>)
List psycopg

On 24/01/18 18:22, Daniele Varrazzo wrote:
>
> Psycopg is reporting that the search_column function doesn't exist in
> the server it is connecting to. You have to run the 'search.sql' file
> into the server in installation phase, for instance using "psql -f
> search.sql", after which the psycopg code will work as expected.
>
>
Thank you. That worked (but I don't recall doing anything similar on the 
Mageia 5 installation!)
Regards
Graeme



psycopg by date:

Previous
From: Daniele Varrazzo
Date:
Subject: Re: Calling stored procredure from psycopg2
Next
From: Nitesh Jain
Date:
Subject: Installation of psycopg2