psql tab completion currently only supports the form GRANT privilege ON something TO someone (and the analogous REVOKE), but not the form GRANT role TO someone. Here is a patch that attempts to implement the latter.
Next: From: Peter Eisentraut Date: 2012-01-08 20:53:01 Subject: pg_basebackup option for handling symlinks Previous: From: Peter Eisentraut Date: 2012-01-08 20:42:07 Subject: run check constraints only when affected columns are changed?