diff options
Diffstat (limited to 'src/bin/psql/describe.h')
-rw-r--r-- | src/bin/psql/describe.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/bin/psql/describe.h b/src/bin/psql/describe.h index 4600182e4c9..074553e1334 100644 --- a/src/bin/psql/describe.h +++ b/src/bin/psql/describe.h @@ -102,4 +102,13 @@ extern bool listExtensionContents(const char *pattern); /* \dy */ extern bool listEventTriggers(const char *pattern, bool verbose); +/* \dRp */ +bool listPublications(const char *pattern); + +/* \dRp+ */ +bool describePublications(const char *pattern); + +/* \dRs */ +bool describeSubscriptions(const char *pattern, bool verbose); + #endif /* DESCRIBE_H */ |