psql tab completion for GRANT role

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: psql tab completion for GRANT role
Date: 2012-01-08 20:48:12
Message-ID: 1326055692.15293.15.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

Attachment Content-Type Size
grant-role-tab-completion.patch text/x-patch 3.0 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2012-01-08 20:53:01 pg_basebackup option for handling symlinks
Previous Message Peter Eisentraut 2012-01-08 20:42:07 run check constraints only when affected columns are changed?