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
3d1db6dd
Commit
3d1db6dd
authored
25 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update \? display.
parent
200e1832
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
+9
-9
9 additions, 9 deletions
src/bin/psql/help.c
with
9 additions
and
9 deletions
src/bin/psql/help.c
+
9
−
9
View file @
3d1db6dd
...
@@ -177,36 +177,36 @@ slashUsage(PsqlSettings *pset)
...
@@ -177,36 +177,36 @@ slashUsage(PsqlSettings *pset)
/* if you add/remove a line here, change the row test above */
/* if you add/remove a line here, change the row test above */
fprintf
(
fout
,
"
\\
? -- help
\n
"
);
fprintf
(
fout
,
"
\\
? -- help
\n
"
);
fprintf
(
fout
,
"
\\
c[onnect] [
<
dbname
>
|- [
<
user
>
|?]] -- connect to new database (now '%s')
\n
"
,
PQdb
(
pset
->
db
));
fprintf
(
fout
,
"
\\
c[onnect] [dbname|- [user|?]] -- connect to new database (now '%s')
\n
"
,
PQdb
(
pset
->
db
));
fprintf
(
fout
,
"
\\
copy [binary] <table> [with oids] {from|to} <fname>[using delimiters '<char>']
\n
"
);
fprintf
(
fout
,
"
\\
copy [binary] <table> [with oids] {from|to} <fname>[using delimiters '<char>']
\n
"
);
fprintf
(
fout
,
"
\\
copyright -- show PostgreSQL copyright
\n
"
);
fprintf
(
fout
,
"
\\
copyright -- show PostgreSQL copyright
\n
"
);
fprintf
(
fout
,
"
\\
d -- list tables, views, and sequences
\n
"
);
fprintf
(
fout
,
"
\\
d -- list tables, views, and sequences
\n
"
);
fprintf
(
fout
,
"
\\
d{i|s|t|v|S}-- list only indices/sequences/tables/views/system tables
\n
"
);
fprintf
(
fout
,
"
\\
d{i|s|t|v|S}-- list only indices/sequences/tables/views/system tables
\n
"
);
fprintf
(
fout
,
"
\\
da -- list aggregates
\n
"
);
fprintf
(
fout
,
"
\\
da -- list aggregates
\n
"
);
fprintf
(
fout
,
"
\\
dd [
<
object
>
]- list comment for table, type, function, or operator
\n
"
);
fprintf
(
fout
,
"
\\
dd [object]
-
- list comment for table, type, function, or operator
\n
"
);
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 [
<
fname
>
] -- edit the current query buffer or <fname> with external editor
\n
"
);
fprintf
(
fout
,
"
\\
e [fname]
-- edit the current query buffer or <fname> with external editor
\n
"
);
fprintf
(
fout
,
"
\\
echo <text> -- write text to stdout
\n
"
);
fprintf
(
fout
,
"
\\
echo <text> -- write text to stdout
\n
"
);
fprintf
(
fout
,
"
\\
g [
<
fname
>
] -- send query to backend (and results in <fname> or |pipe)
\n
"
);
fprintf
(
fout
,
"
\\
g [fname]
-- send query to backend (and results in <fname> 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
,
"
\\
i <fname> -- read and execute queries from filename
\n
"
);
fprintf
(
fout
,
"
\\
i <fname> -- read and execute queries from filename
\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 -- large object operations
\n
"
);
fprintf
(
fout
,
"
\\
lo_export,
\\
lo_import,
\\
lo_list,
\\
lo_unlink -- large object operations
\n
"
);
fprintf
(
fout
,
"
\\
o [
<
fname
>
] -- send all query results to <fname>, or |pipe
\n
"
);
fprintf
(
fout
,
"
\\
o [fname]
-- send all query results to <fname>, or |pipe
\n
"
);
fprintf
(
fout
,
"
\\
p -- print the content of the current query buffer
\n
"
);
fprintf
(
fout
,
"
\\
p -- print the content of the current query buffer
\n
"
);
fprintf
(
fout
,
"
\\
pset -- set table output options
\n
"
);
fprintf
(
fout
,
"
\\
pset -- set table output options
\n
"
);
fprintf
(
fout
,
"
\\
q -- quit
\n
"
);
fprintf
(
fout
,
"
\\
q -- quit
\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 [
<
fname
>
] -- print history or save it in <fname>
\n
"
);
fprintf
(
fout
,
"
\\
s [fname]
-- print history or save it in <fname>
\n
"
);
fprintf
(
fout
,
"
\\
set <var> [
<
value
>
] -- set/unset internal variable
\n
"
);
fprintf
(
fout
,
"
\\
set <var> [value] -- set/unset internal variable
\n
"
);
fprintf
(
fout
,
"
\\
t -- don't show table headers or footers (now %s)
\n
"
,
ON
(
pset
->
popt
.
topt
.
tuples_only
));
fprintf
(
fout
,
"
\\
t -- don't show table headers or footers (now %s)
\n
"
,
ON
(
pset
->
popt
.
topt
.
tuples_only
));
fprintf
(
fout
,
"
\\
x -- toggle expanded output (now %s)
\n
"
,
ON
(
pset
->
popt
.
topt
.
expanded
));
fprintf
(
fout
,
"
\\
x -- toggle expanded output (now %s)
\n
"
,
ON
(
pset
->
popt
.
topt
.
expanded
));
fprintf
(
fout
,
"
\\
w <fname> -- write current query buffer to a file
\n
"
);
fprintf
(
fout
,
"
\\
w <fname> -- write current query buffer to a file
\n
"
);
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
"
);
if
(
usePipe
)
if
(
usePipe
)
{
{
...
...
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