Skip site navigation (1) Skip section navigation (2)

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 (view raw or flat)
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: grant-role-tab-completion.patch
Description: text/x-patch (3.0 KB)

Responses

pgsql-hackers by date

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

Privacy Policy | About PostgreSQL
Copyright © 1996-2013 The PostgreSQL Global Development Group