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 6d9fada58f2..2029ef848df 100644
--- a/src/bin/psql/describe.h
+++ b/src/bin/psql/describe.h
@@ -81,5 +81,8 @@ extern bool listForeignServers(const char *pattern, bool verbose);
/* \deu */
extern bool listUserMappings(const char *pattern, bool verbose);
+/* \det */
+extern bool listForeignTables(const char *pattern, bool verbose);
+
#endif /* DESCRIBE_H */