I noticed we have this message in utils/adt/misc.c:176 (9.2 branch):

  (errmsg("must be superuser or have the same role to terminate backends 
running in other server processes"))));

I think the wording "backends running in other server processes" is
redundant.

How about this?
  (errmsg("must be superuser or have the same role to terminate other server 
processes"))));

Other ideas are welcome.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to