postgresql - @@SPID equivalent in Postgres -


is there equivalent @@spid in postgres or other way identify different connections same client process connected databases?

pg_backend_pid()

more details in manual: http://www.postgresql.org/docs/current/static/functions-info.html


Comments

Popular posts from this blog

angularjs - Showing an empty as first option in select tag -

python - argument 2 to map() must support iteration -

How to wrap some text in a rectangle in QML? -