On Fri, 12 Feb 2010 11:01:23 -0500, Michael Bayer
<mike...@zzzcomputing.com> wrote:

> you would connect:
>
> conn = engine.connect()
>
> check the PID:
>
> pid = conn.execute("SELECT pg_backend_pid()").scalar()
>
>
> then continue as needed:
>
> conn.execute(text(...))

Thanks, Michael. That's very clear and helpful.

                               Regards, Faheem.

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to