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
775098bd
Commit
775098bd
authored
27 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Add -o to psql manual page.
parent
1b20f8ac
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/man/psql.1
+16
-12
16 additions, 12 deletions
src/man/psql.1
with
16 additions
and
12 deletions
src/man/psql.1
+
16
−
12
View file @
775098bd
.\" This is -*-nroff-*-
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
.\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.
9
1997/0
6/03 03:35:46
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.
10
1997/0
7/30 17:21:29
momjian Exp $
.TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL
.TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL
.SH NAME
.SH NAME
psql \(em run the interactive query front-end
psql \(em run the interactive query front-end
...
@@ -33,9 +33,6 @@ hostname]
...
@@ -33,9 +33,6 @@ hostname]
.BR "-H"
.BR "-H"
]
]
[\c
[\c
.BR "-T"
table-options]
[\c
.BR "-l"
.BR "-l"
port]
port]
[\c
[\c
...
@@ -61,6 +58,10 @@ port]
...
@@ -61,6 +58,10 @@ port]
.BR "-t"
.BR "-t"
]
]
[\c
[\c
.BR "-T"
table-options
]
[\c
.BR "-x"
.BR "-x"
]
]
[dbname]
[dbname]
...
@@ -148,20 +149,15 @@ Turns on
...
@@ -148,20 +149,15 @@ Turns on
.SM HTML3.0
.SM HTML3.0
tabular output.
tabular output.
.TP
.TP
.BR "-T" " table-options"
Allows you to specify options to be placed within the <table ...> tag
for
.SM HTML3.0
tabular output. For example
.BR border
will give you tables with borders.
.TP
.BR "-l"
.BR "-l"
Lists all available databases
Lists all available databases
.TP
.TP
.BR "-n"
.BR "-n"
Do not use the readline library for input line editing and command history.
Do not use the readline library for input line editing and command history.
.TP
.TP
.BR "-o" " filename"
Put all output into filename
.TP
.BR "-p" " port"
.BR "-p" " port"
Specifies the Internet TCP port on which the
Specifies the Internet TCP port on which the
.IR postmaster
.IR postmaster
...
@@ -193,6 +189,14 @@ This is useful with the
...
@@ -193,6 +189,14 @@ This is useful with the
.BR -c
.BR -c
option in shell scripts.
option in shell scripts.
.TP
.TP
.BR "-T" " table-options"
Allows you to specify options to be placed within the <table ...> tag
for
.SM HTML3.0
tabular output. For example
.BR border
will give you tables with borders.
.TP
.BR "-x"
.BR "-x"
Turns on extended row format mode. When enabled each row will have its column
Turns on extended row format mode. When enabled each row will have its column
names printed on the left with the column values printed on the right.
names printed on the left with the column values printed on the right.
...
...
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