On 19 April 2010 15:27, Steph L <[email protected]> wrote: > > How to disconnect a single user in Postgresql 8.2.5 from a database ?
AFAIK the only way is to upgrade to 8.4 and use pg_terminate_backend(): http://www.postgresql.org/docs/8.4/interactive/functions-admin.html -- Sergey Konoplev Blog: http://gray-hemp.blogspot.com / Linkedin: http://ru.linkedin.com/in/grayhemp / JID/GTalk: [email protected] / Skype: gray-hemp / ICQ: 29353802 -- Sent via pgsql-admin mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin
