Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
66b6bf67
Commit
66b6bf67
authored
23 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
More pgsql \? cleanup for Peter E.
parent
560a2c01
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/bin/psql/help.c
+4
-4
4 additions, 4 deletions
src/bin/psql/help.c
with
4 additions
and
4 deletions
src/bin/psql/help.c
+
4
−
4
View file @
66b6bf67
...
...
@@ -3,7 +3,7 @@
*
* Copyright 2000 by PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.4
7
2002/03/11 18:2
2:03
momjian Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.4
8
2002/03/11 18:2
6:20
momjian Exp $
*/
#include
"postgres_fe.h"
#include
"help.h"
...
...
@@ -206,7 +206,7 @@ slashUsage(void)
fprintf
(
fout
,
_
(
"
\\
do list operators
\n
"
));
fprintf
(
fout
,
_
(
"
\\
dT list data types
\n
"
));
fprintf
(
fout
,
_
(
"
\\
du [PATTERN] lists all configured users or only those that match pattern
\n
"
));
fprintf
(
fout
,
_
(
"
\\
e [FILE] edit the
current
query buffer or file with external editor
\n
"
));
fprintf
(
fout
,
_
(
"
\\
e [FILE] edit the query buffer or file with external editor
\n
"
));
fprintf
(
fout
,
_
(
"
\\
echo TEXT write text to standard output
\n
"
));
fprintf
(
fout
,
_
(
"
\\
encoding ENCODING set client encoding
\n
"
));
fprintf
(
fout
,
_
(
"
\\
f [SEPARATOR] set field separator, or unset if none
\n
"
));
...
...
@@ -219,7 +219,7 @@ slashUsage(void)
fprintf
(
fout
,
_
(
"
\\
lo_export,
\\
lo_import,
\\
lo_list,
\\
lo_unlink
\n
"
" large object operations
\n
"
));
fprintf
(
fout
,
_
(
"
\\
o FILE send all query results to file or |pipe
\n
"
));
fprintf
(
fout
,
_
(
"
\\
p show the content of the
current
query buffer
\n
"
));
fprintf
(
fout
,
_
(
"
\\
p show the content of the query buffer
\n
"
));
fprintf
(
fout
,
_
(
"
\\
pset VAR set table output option (VAR := {format|border|expanded|
\n
"
" fieldsep|null|recordsep|tuples_only|title|tableattr|pager})
\n
"
));
fprintf
(
fout
,
_
(
"
\\
q quit psql
\n
"
));
...
...
@@ -233,7 +233,7 @@ slashUsage(void)
fprintf
(
fout
,
_
(
"
\\
timing toggle timing of queries (currently %s)
\n
"
),
ON
(
pset
.
timing
));
fprintf
(
fout
,
_
(
"
\\
unset NAME unset (delete) internal variable
\n
"
));
fprintf
(
fout
,
_
(
"
\\
w FILE write
current
query buffer to file
\n
"
));
fprintf
(
fout
,
_
(
"
\\
w FILE write query buffer to file
\n
"
));
fprintf
(
fout
,
_
(
"
\\
x toggle expanded output (currently %s)
\n
"
),
ON
(
pset
.
popt
.
topt
.
expanded
));
fprintf
(
fout
,
_
(
"
\\
z list table access privileges
\n
"
));
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment