On Thu, Feb 6, 2014 at 4:00 PM, Jonathan Vanasco <jonat...@findmeon.com> wrote:
> just wondering -- would it be possible to mimic this behavior using a custom
> view for this select ( in postgresql ) and then querying that ? i think the
> query planner might only run on the creation.

I think views don't cache the plan, they're handled as rules.

What you'd need is a function (pg's version of stored procedures).

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to