X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=src%2Fbin%2Fpsql%2Fdescribe.h;h=4b690b3b7070af5efddd690c6f4037071d0a22b1;hb=d9572c4e3b474031060189050e14ef384b94e001;hp=4e80bcf41f86d8be9f3fb07b9522b17d0616e44e;hpb=9c5e2c120be42fbd1a743ddf539ff451e1cce23b;p=postgresql diff --git a/src/bin/psql/describe.h b/src/bin/psql/describe.h index 4e80bcf41f..4b690b3b70 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 */