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
5a75ad55
Commit
5a75ad55
authored
25 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update psql \? to show file rather than "fname".
parent
6706194e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/bin/psql/help.c
+7
-7
7 additions, 7 deletions
src/bin/psql/help.c
with
7 additions
and
7 deletions
src/bin/psql/help.c
+
7
−
7
View file @
5a75ad55
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
*
*
* Copyright 2000 by PostgreSQL Global Development Group
* Copyright 2000 by PostgreSQL Global Development Group
*
*
* $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.2
6
2000/0
4/24 22:41:43
momjian Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.2
7
2000/0
5/09 19:08:36
momjian Exp $
*/
*/
#include
"postgres.h"
#include
"postgres.h"
#include
"help.h"
#include
"help.h"
...
@@ -208,30 +208,30 @@ slashUsage(void)
...
@@ -208,30 +208,30 @@ slashUsage(void)
fprintf
(
fout
,
"
\\
df list functions
\n
"
);
fprintf
(
fout
,
"
\\
df list functions
\n
"
);
fprintf
(
fout
,
"
\\
do list operators
\n
"
);
fprintf
(
fout
,
"
\\
do list operators
\n
"
);
fprintf
(
fout
,
"
\\
dT list data types
\n
"
);
fprintf
(
fout
,
"
\\
dT list data types
\n
"
);
fprintf
(
fout
,
"
\\
e [f
nam
e] edit the current query buffer or
<fname>
with external editor
\n
"
);
fprintf
(
fout
,
"
\\
e [f
il
e]
edit the current query buffer or
[file]
with external editor
\n
"
);
fprintf
(
fout
,
"
\\
echo <text> write text to stdout
\n
"
);
fprintf
(
fout
,
"
\\
echo <text> write text to stdout
\n
"
);
fprintf
(
fout
,
"
\\
encoding <encoding> set client encoding
\n
"
);
fprintf
(
fout
,
"
\\
encoding <encoding> set client encoding
\n
"
);
fprintf
(
fout
,
"
\\
f <sep> change field separator
\n
"
);
fprintf
(
fout
,
"
\\
f <sep> change field separator
\n
"
);
fprintf
(
fout
,
"
\\
g [f
nam
e] send query to backend (and results in
<fname>
or |pipe)
\n
"
);
fprintf
(
fout
,
"
\\
g [f
il
e]
send query to backend (and results in
[file]
or |pipe)
\n
"
);
fprintf
(
fout
,
"
\\
h [cmd] help on syntax of sql commands, * for all commands
\n
"
);
fprintf
(
fout
,
"
\\
h [cmd] help on syntax of sql commands, * for all commands
\n
"
);
fprintf
(
fout
,
"
\\
H toggle HTML mode (currently %s)
\n
"
,
fprintf
(
fout
,
"
\\
H toggle HTML mode (currently %s)
\n
"
,
ON
(
pset
.
popt
.
topt
.
format
==
PRINT_HTML
));
ON
(
pset
.
popt
.
topt
.
format
==
PRINT_HTML
));
fprintf
(
fout
,
"
\\
i <f
nam
e> read and execute queries from file
name
\n
"
);
fprintf
(
fout
,
"
\\
i <f
il
e>
read and execute queries from
<
file
>
\n
"
);
fprintf
(
fout
,
"
\\
l list all databases
\n
"
);
fprintf
(
fout
,
"
\\
l list all databases
\n
"
);
fprintf
(
fout
,
"
\\
lo_export,
\\
lo_import,
\\
lo_list,
\\
lo_unlink
\n
"
fprintf
(
fout
,
"
\\
lo_export,
\\
lo_import,
\\
lo_list,
\\
lo_unlink
\n
"
" large object operations
\n
"
);
" large object operations
\n
"
);
fprintf
(
fout
,
"
\\
o [f
nam
e] send all query results to
<fname>
, or |pipe
\n
"
);
fprintf
(
fout
,
"
\\
o [f
il
e]
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 current query buffer
\n
"
);
fprintf
(
fout
,
"
\\
pset {format|border|expanded|fieldsep|recordsep|tuples_only|title|tableattr
\n
"
fprintf
(
fout
,
"
\\
pset {format|border|expanded|fieldsep|recordsep|tuples_only|title|tableattr
\n
"
" |pager} set table output options
\n
"
);
" |pager} set table output options
\n
"
);
fprintf
(
fout
,
"
\\
q quit psql
\n
"
);
fprintf
(
fout
,
"
\\
q quit psql
\n
"
);
fprintf
(
fout
,
"
\\
qecho <text> write text to query output stream (see
\\
o)
\n
"
);
fprintf
(
fout
,
"
\\
qecho <text> write text to query output stream (see
\\
o)
\n
"
);
fprintf
(
fout
,
"
\\
r reset (clear) the query buffer
\n
"
);
fprintf
(
fout
,
"
\\
r reset (clear) the query buffer
\n
"
);
fprintf
(
fout
,
"
\\
s [f
nam
e] print history or save it in
<fname>
\n
"
);
fprintf
(
fout
,
"
\\
s [f
il
e]
print history or save it in
[file]
\n
"
);
fprintf
(
fout
,
"
\\
set <var> <value> set internal variable
\n
"
);
fprintf
(
fout
,
"
\\
set <var> <value> set internal variable
\n
"
);
fprintf
(
fout
,
"
\\
t don't show table headers or footers (currently %s)
\n
"
,
ON
(
pset
.
popt
.
topt
.
tuples_only
));
fprintf
(
fout
,
"
\\
t don't show table headers or footers (currently %s)
\n
"
,
ON
(
pset
.
popt
.
topt
.
tuples_only
));
fprintf
(
fout
,
"
\\
unset <var> unset (delete) internal variable
\n
"
);
fprintf
(
fout
,
"
\\
unset <var> unset (delete) internal variable
\n
"
);
fprintf
(
fout
,
"
\\
w <f
nam
e> write current query buffer to a file
\n
"
);
fprintf
(
fout
,
"
\\
w <f
il
e>
write current query buffer to a
<
file
>
\n
"
);
fprintf
(
fout
,
"
\\
x toggle expanded output (currently %s)
\n
"
,
ON
(
pset
.
popt
.
topt
.
expanded
));
fprintf
(
fout
,
"
\\
x toggle expanded output (currently %s)
\n
"
,
ON
(
pset
.
popt
.
topt
.
expanded
));
fprintf
(
fout
,
"
\\
z list table access permissions
\n
"
);
fprintf
(
fout
,
"
\\
z list table access permissions
\n
"
);
fprintf
(
fout
,
"
\\
! [cmd] shell escape or command
\n
"
);
fprintf
(
fout
,
"
\\
! [cmd] shell escape or command
\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