psql tab completion for GRANT role - Mailing list pgsql-hackers

From Peter Eisentraut
Subject psql tab completion for GRANT role
Date
Msg-id 1326055692.15293.15.camel@vanquo.pezone.net
Whole thread Raw
Responses Re: psql tab completion for GRANT role
List 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

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pg_basebackup option for handling symlinks
Next
From: Ryan Kelly
Date:
Subject: [PATCH] Allow breaking out of hung connection attempts