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
d41754ce
Commit
d41754ce
authored
25 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Fix description of psql flags -t and -q.
parent
7d572886
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/ref/psql-ref.sgml
+3
-4
3 additions, 4 deletions
doc/src/sgml/ref/psql-ref.sgml
with
3 additions
and
4 deletions
doc/src/sgml/ref/psql-ref.sgml
+
3
−
4
View file @
d41754ce
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.1
0
1999/07/
22 15:09:14 thomas
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.1
1
1999/07/
30 00:59:50 momjian
Exp $
Postgres documentation
Postgres documentation
-->
-->
...
@@ -475,8 +475,7 @@ testdb=>
...
@@ -475,8 +475,7 @@ testdb=>
Specifies that
Specifies that
<application>psql</application>
<application>psql</application>
should do its work quietly. By default, it
should do its work quietly. By default, it
prints welcome and exit messages and prompts for each query, and prints
prints welcome and exit messages and prompts for each query.
out the number of rows returned from a query.
If this option is used, none of this happens. This is useful with the
If this option is used, none of this happens. This is useful with the
<option>-c</option> option.
<option>-c</option> option.
</para>
</para>
...
@@ -507,7 +506,7 @@ testdb=>
...
@@ -507,7 +506,7 @@ testdb=>
<term>-t</term>
<term>-t</term>
<listitem>
<listitem>
<para>
<para>
Turn off printing of column names.
Turn off printing of column names
and result row count
.
This is useful with the
This is useful with the
<option>-c</option>
<option>-c</option>
option in shell scripts.
option in shell scripts.
...
...
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