On Fri, 12 Feb 2010 11:01:23 -0500, Michael Bayer
<[email protected]> 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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sqlalchemy?hl=en.