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
124966c1
Commit
124966c1
authored
May 21, 2021
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Put some psql documentation pieces back into alphabetical order
parent
6d0eb385
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
doc/src/sgml/ref/psql-ref.sgml
doc/src/sgml/ref/psql-ref.sgml
+8
-8
src/bin/psql/help.c
src/bin/psql/help.c
+4
-4
No files found.
doc/src/sgml/ref/psql-ref.sgml
View file @
124966c1
...
...
@@ -3873,23 +3873,23 @@ bar
</varlistentry>
<varlistentry>
<term><varname>HIDE_T
OAST_COMPRESSION
</varname></term>
<term><varname>HIDE_T
ABLEAM
</varname></term>
<listitem>
<para>
If this variable is set to <literal>true</literal>,
column
compression method details are not displayed. This is mainly
useful for
regression tests.
If this variable is set to <literal>true</literal>,
a table's access
method details are not displayed. This is mainly useful for
regression tests.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><varname>HIDE_T
ABLEAM
</varname></term>
<term><varname>HIDE_T
OAST_COMPRESSION
</varname></term>
<listitem>
<para>
If this variable is set to <literal>true</literal>,
a table's access
method details are not displayed. This is mainly useful for
regression tests.
If this variable is set to <literal>true</literal>,
column
compression method details are not displayed. This is mainly
useful for
regression tests.
</para>
</listitem>
</varlistentry>
...
...
src/bin/psql/help.c
View file @
124966c1
...
...
@@ -374,10 +374,10 @@ helpVariables(unsigned short int pager)
" true if last query failed, else false
\n
"
));
fprintf
(
output
,
_
(
" FETCH_COUNT
\n
"
" the number of result rows to fetch and display at a time (0 = unlimited)
\n
"
));
fprintf
(
output
,
_
(
" HIDE_TOAST_COMPRESSION
\n
"
" if set, compression methods are not displayed
\n
"
));
fprintf
(
output
,
_
(
" HIDE_TABLEAM
\n
"
" if set, table access methods are not displayed
\n
"
));
fprintf
(
output
,
_
(
" HIDE_TOAST_COMPRESSION
\n
"
" if set, compression methods are not displayed
\n
"
));
fprintf
(
output
,
_
(
" HISTCONTROL
\n
"
" controls command history [ignorespace, ignoredups, ignoreboth]
\n
"
));
fprintf
(
output
,
_
(
" HISTFILE
\n
"
...
...
@@ -489,10 +489,10 @@ helpVariables(unsigned short int pager)
" same as the dbname connection parameter
\n
"
));
fprintf
(
output
,
_
(
" PGHOST
\n
"
" same as the host connection parameter
\n
"
));
fprintf
(
output
,
_
(
" PGPASSWORD
\n
"
" connection password (not recommended)
\n
"
));
fprintf
(
output
,
_
(
" PGPASSFILE
\n
"
" password file name
\n
"
));
fprintf
(
output
,
_
(
" PGPASSWORD
\n
"
" connection password (not recommended)
\n
"
));
fprintf
(
output
,
_
(
" PGPORT
\n
"
" same as the port connection parameter
\n
"
));
fprintf
(
output
,
_
(
" PGUSER
\n
"
...
...
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