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
775098bd
Commit
775098bd
authored
Jul 30, 1997
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add -o to psql manual page.
parent
1b20f8ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
12 deletions
+16
-12
src/man/psql.1
src/man/psql.1
+16
-12
No files found.
src/man/psql.1
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/06/03 03:35:46
momjian Exp $
.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.
10 1997/07/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.
...
...
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