aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/describe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/psql/describe.h')
-rw-r--r--src/bin/psql/describe.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bin/psql/describe.h b/src/bin/psql/describe.h
index 554fe867255..24c0884a347 100644
--- a/src/bin/psql/describe.h
+++ b/src/bin/psql/describe.h
@@ -37,6 +37,9 @@ extern bool describeRoles(const char *pattern, bool verbose, bool showSystem);
/* \drds */
extern bool listDbRoleSettings(const char *pattern, const char *pattern2);
+/* \drg */
+extern bool describeRoleGrants(const char *pattern, bool showSystem);
+
/* \z (or \dp) */
extern bool permissionsList(const char *pattern, bool showSystem);