Re: [sqlalchemy] accessing functions in the postgres public schema using sqlalchemy.func

2018-08-01 Thread Mike Bayer
On Wed, Aug 1, 2018 at 2:18 PM, Brian Cherinka wrote: > Hi, > > What's the best way to access functions that live in schema='public' in the > postgres databases? Some postgresql extensions install functions in the > public schema that I would like accessible via sqlachemy.func, however I get >

[sqlalchemy] accessing functions in the postgres public schema using sqlalchemy.func

2018-08-01 Thread Brian Cherinka
Hi, What's the best way to access functions that live in schema='public' in the postgres databases? Some postgresql extensions install functions in the public schema that I would like accessible via *sqlachemy.func,* however I get an error when attempting to call them. Am I missing