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
b7ebebea
Commit
b7ebebea
authored
Dec 11, 2002
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move psql \? Formatting above Large Object/Copy.
parent
c4a7e5dd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
src/bin/psql/help.c
src/bin/psql/help.c
+9
-9
No files found.
src/bin/psql/help.c
View file @
b7ebebea
...
...
@@ -3,7 +3,7 @@
*
* Copyright 2000 by PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.6
5 2002/12/11 23:03:45
momjian Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.6
6 2002/12/11 23:07:06
momjian Exp $
*/
#include "postgres_fe.h"
#include "common.h"
...
...
@@ -218,14 +218,6 @@ slashUsage(unsigned short int pager)
fprintf
(
output
,
_
(
"
\\
z [PATTERN] list table access privileges (same as
\\
dp)
\n
"
));
fprintf
(
output
,
_
(
"
\n
"
));
fprintf
(
output
,
_
(
"Large Object, Copy
\n
"
));
fprintf
(
output
,
_
(
"
\\
lo_export
\n
"
));
fprintf
(
output
,
_
(
"
\\
lo_import
\n
"
));
fprintf
(
output
,
_
(
"
\\
lo_list
\n
"
));
fprintf
(
output
,
_
(
"
\\
lo_unlink large object operations
\n
"
));
fprintf
(
output
,
_
(
"
\\
copy ... perform SQL COPY with data stream to the client host
\n
"
));
fprintf
(
output
,
_
(
"
\n
"
));
fprintf
(
output
,
_
(
"Formatting
\n
"
));
fprintf
(
output
,
_
(
"
\\
x toggle expanded output (currently %s)
\n
"
),
ON
(
pset
.
popt
.
topt
.
expanded
));
...
...
@@ -244,6 +236,14 @@ slashUsage(unsigned short int pager)
fprintf
(
output
,
_
(
"
\\
T [STRING] set HTML <table> tag attributes, or unset if none
\n
"
));
fprintf
(
output
,
_
(
"
\n
"
));
fprintf
(
output
,
_
(
"Large Object, Copy
\n
"
));
fprintf
(
output
,
_
(
"
\\
lo_export
\n
"
));
fprintf
(
output
,
_
(
"
\\
lo_import
\n
"
));
fprintf
(
output
,
_
(
"
\\
lo_list
\n
"
));
fprintf
(
output
,
_
(
"
\\
lo_unlink large object operations
\n
"
));
fprintf
(
output
,
_
(
"
\\
copy ... perform SQL COPY with data stream to the client host
\n
"
));
fprintf
(
output
,
_
(
"
\n
"
));
if
(
output
!=
stdout
)
{
pclose
(
output
);
...
...
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