Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
2f6e61b8
Commit
2f6e61b8
authored
Mar 29, 2008
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve description of \du and \dg, per suggestion from
Harald Armin Massa.
parent
5787d50a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/bin/psql/help.c
src/bin/psql/help.c
+3
-3
No files found.
src/bin/psql/help.c
View file @
2f6e61b8
...
...
@@ -3,7 +3,7 @@
*
* Copyright (c) 2000-2008, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.12
3 2008/03/26 15:24:56 mha
Exp $
* $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.12
4 2008/03/29 19:40:12 tgl
Exp $
*/
#include "postgres_fe.h"
...
...
@@ -224,13 +224,13 @@ slashUsage(unsigned short int pager)
fprintf
(
output
,
_
(
"
\\
dFd [PATTERN] list text search dictionaries (add
\"
+
\"
for more detail)
\n
"
));
fprintf
(
output
,
_
(
"
\\
dFt [PATTERN] list text search templates
\n
"
));
fprintf
(
output
,
_
(
"
\\
dFp [PATTERN] list text search parsers (add
\"
+
\"
for more detail)
\n
"
));
fprintf
(
output
,
_
(
"
\\
dg [PATTERN] list
groups
\n
"
));
fprintf
(
output
,
_
(
"
\\
dg [PATTERN] list
roles (groups)
\n
"
));
fprintf
(
output
,
_
(
"
\\
dn [PATTERN] list schemas (add
\"
+
\"
for more detail)
\n
"
));
fprintf
(
output
,
_
(
"
\\
do [NAME] list operators
\n
"
));
fprintf
(
output
,
_
(
"
\\
dl list large objects, same as
\\
lo_list
\n
"
));
fprintf
(
output
,
_
(
"
\\
dp [PATTERN] list table, view, and sequence access privileges
\n
"
));
fprintf
(
output
,
_
(
"
\\
dT [PATTERN] list data types (add
\"
+
\"
for more detail)
\n
"
));
fprintf
(
output
,
_
(
"
\\
du [PATTERN] list
users
\n
"
));
fprintf
(
output
,
_
(
"
\\
du [PATTERN] list
roles (users)
\n
"
));
fprintf
(
output
,
_
(
"
\\
l list all databases (add
\"
+
\"
for more detail)
\n
"
));
fprintf
(
output
,
_
(
"
\\
z [PATTERN] list table, view, and sequence access privileges (same as
\\
dp)
\n
"
));
fprintf
(
output
,
"
\n
"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment