psql_dpS_metacommand_v1.diff
application/octet-stream
Filename: psql_dpS_metacommand_v1.diff
Type: application/octet-stream
Part: 0
Message:
RE: add \dpS to psq [16beta1]
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: unified
Series: patch v1
| File | + | − |
|---|---|---|
| src/bin/psql/help.c | 2 | 2 |
diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c
index c6478ed559..0ff595e7ee 100644
--- a/src/bin/psql/help.c
+++ b/src/bin/psql/help.c
@@ -277,7 +277,7 @@ slashUsage(unsigned short int pager)
HELP0(" \\do[S+] [OPPTRN [TYPEPTRN [TYPEPTRN]]]\n"
" list operators\n");
HELP0(" \\dO[S+] [PATTERN] list collations\n");
- HELP0(" \\dp [PATTERN] list table, view, and sequence access privileges\n");
+ HELP0(" \\dp[S] [PATTERN] list table, view, and sequence access privileges\n");
HELP0(" \\dP[itn+] [PATTERN] list [only index/table] partitioned relations [n=nested]\n");
HELP0(" \\drds [ROLEPTRN [DBPTRN]] list per-database role settings\n");
HELP0(" \\dRp[+] [PATTERN] list replication publications\n");
@@ -293,7 +293,7 @@ slashUsage(unsigned short int pager)
HELP0(" \\l[+] [PATTERN] list databases\n");
HELP0(" \\sf[+] FUNCNAME show a function's definition\n");
HELP0(" \\sv[+] VIEWNAME show a view's definition\n");
- HELP0(" \\z [PATTERN] same as \\dp\n");
+ HELP0(" \\z[S] [PATTERN] same as \\dp\n");
HELP0("\n");
HELP0("Large Objects\n");