mirror of
https://github.com/postgres/postgres.git
synced 2025-05-12 16:21:30 +03:00
Fix typos and grammar in documentation and code comments
Comment fixes are applied on HEAD, and documentation improvements are applied on back-branches where needed. Author: Justin Pryzby Discussion: https://postgr.es/m/20210408164008.GJ6592@telsasoft.com Backpatch-through: 9.6
This commit is contained in:
parent
7d3a53461c
commit
7f493570af
@ -185,7 +185,7 @@
|
|||||||
never issue <command>VACUUM FULL</command>. In this approach, the idea
|
never issue <command>VACUUM FULL</command>. In this approach, the idea
|
||||||
is not to keep tables at their minimum size, but to maintain steady-state
|
is not to keep tables at their minimum size, but to maintain steady-state
|
||||||
usage of disk space: each table occupies space equivalent to its
|
usage of disk space: each table occupies space equivalent to its
|
||||||
minimum size plus however much space gets used up between vacuumings.
|
minimum size plus however much space gets used up between vacuum runs.
|
||||||
Although <command>VACUUM FULL</command> can be used to shrink a table back
|
Although <command>VACUUM FULL</command> can be used to shrink a table back
|
||||||
to its minimum size and return the disk space to the operating system,
|
to its minimum size and return the disk space to the operating system,
|
||||||
there is not much point in this if the table will just grow again in the
|
there is not much point in this if the table will just grow again in the
|
||||||
|
@ -44,7 +44,7 @@ PostgreSQL documentation
|
|||||||
If you wish to create a new superuser, you must connect as a
|
If you wish to create a new superuser, you must connect as a
|
||||||
superuser, not merely with <literal>CREATEROLE</literal> privilege.
|
superuser, not merely with <literal>CREATEROLE</literal> privilege.
|
||||||
Being a superuser implies the ability to bypass all access permission
|
Being a superuser implies the ability to bypass all access permission
|
||||||
checks within the database, so superuserdom should not be granted lightly.
|
checks within the database, so superuser access should not be granted lightly.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user