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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/bin/psql/describe.h b/src/bin/psql/describe.h
index 4e80bcf41f8..4b690b3b707 100644
--- a/src/bin/psql/describe.h
+++ b/src/bin/psql/describe.h
@@ -87,4 +87,10 @@ extern bool listForeignTables(const char *pattern, bool verbose);
/* \dL */
extern bool listLanguages(const char *pattern, bool verbose, bool showSystem);
+/* \dx */
+extern bool listExtensions(const char *pattern);
+
+/* \dx+ */
+extern bool listExtensionContents(const char *pattern);
+
#endif /* DESCRIBE_H */