mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03:00
Consistently use read-only instead of "read only"
This affects one message and some documentation that used the format "read only", unlike everything else that used read-only. Backpatch-through: 14 Discussion: https://postgr.es/m/CABUevExuxKwn0YM3+wdSeQSvK6CRrJ-hewocGVX3R4-xVX4eMw@mail.gmail.com
This commit is contained in:
parent
76e38b37a5
commit
d6c916f020
@ -9602,7 +9602,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The <structname>pg_available_extensions</structname> view is read only.
|
The <structname>pg_available_extensions</structname> view is read-only.
|
||||||
</para>
|
</para>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
@ -9726,8 +9726,8 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The <structname>pg_available_extension_versions</structname> view is read
|
The <structname>pg_available_extension_versions</structname> view is
|
||||||
only.
|
read-only.
|
||||||
</para>
|
</para>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
@ -10042,7 +10042,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The <structname>pg_cursors</structname> view is read only.
|
The <structname>pg_cursors</structname> view is read-only.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
@ -11164,7 +11164,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The <structname>pg_prepared_statements</structname> view is read only.
|
The <structname>pg_prepared_statements</structname> view is read-only.
|
||||||
</para>
|
</para>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
@ -1093,7 +1093,7 @@ primary_slot_name = 'node_a_slot'
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Read only transactions and transaction rollbacks need not wait for
|
Read-only transactions and transaction rollbacks need not wait for
|
||||||
replies from standby servers. Subtransaction commits do not wait for
|
replies from standby servers. Subtransaction commits do not wait for
|
||||||
responses from standby servers, only top-level commits. Long
|
responses from standby servers, only top-level commits. Long
|
||||||
running actions such as data loading or index building do not wait
|
running actions such as data loading or index building do not wait
|
||||||
@ -1962,7 +1962,7 @@ LOG: entering standby mode
|
|||||||
... then some time later ...
|
... then some time later ...
|
||||||
|
|
||||||
LOG: consistent recovery state reached
|
LOG: consistent recovery state reached
|
||||||
LOG: database system is ready to accept read only connections
|
LOG: database system is ready to accept read-only connections
|
||||||
</programlisting>
|
</programlisting>
|
||||||
|
|
||||||
Consistency information is recorded once per checkpoint on the primary.
|
Consistency information is recorded once per checkpoint on the primary.
|
||||||
@ -2191,7 +2191,7 @@ HINT: You can then restart the server after making the necessary configuration
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Currently, temporary table creation is not allowed during read only
|
Currently, temporary table creation is not allowed during read-only
|
||||||
transactions, so in some cases existing scripts will not run correctly.
|
transactions, so in some cases existing scripts will not run correctly.
|
||||||
This restriction might be relaxed in a later release. This is
|
This restriction might be relaxed in a later release. This is
|
||||||
both an SQL Standard compliance issue and a technical issue.
|
both an SQL Standard compliance issue and a technical issue.
|
||||||
@ -2290,7 +2290,7 @@ HINT: You can then restart the server after making the necessary configuration
|
|||||||
<para>
|
<para>
|
||||||
Full knowledge of running transactions is required before snapshots
|
Full knowledge of running transactions is required before snapshots
|
||||||
can be taken. Transactions that use large numbers of subtransactions
|
can be taken. Transactions that use large numbers of subtransactions
|
||||||
(currently greater than 64) will delay the start of read only
|
(currently greater than 64) will delay the start of read-only
|
||||||
connections until the completion of the longest running write transaction.
|
connections until the completion of the longest running write transaction.
|
||||||
If this situation occurs, explanatory messages will be sent to the server log.
|
If this situation occurs, explanatory messages will be sent to the server log.
|
||||||
</para>
|
</para>
|
||||||
|
@ -526,7 +526,7 @@ ERROR: could not serialize access due to concurrent update
|
|||||||
transaction sees a completely stable view of the database. However,
|
transaction sees a completely stable view of the database. However,
|
||||||
this view will not necessarily always be consistent with some serial
|
this view will not necessarily always be consistent with some serial
|
||||||
(one at a time) execution of concurrent transactions of the same level.
|
(one at a time) execution of concurrent transactions of the same level.
|
||||||
For example, even a read only transaction at this level may see a
|
For example, even a read-only transaction at this level may see a
|
||||||
control record updated to show that a batch has been completed but
|
control record updated to show that a batch has been completed but
|
||||||
<emphasis>not</emphasis> see one of the detail records which is logically
|
<emphasis>not</emphasis> see one of the detail records which is logically
|
||||||
part of the batch because it read an earlier revision of the control
|
part of the batch because it read an earlier revision of the control
|
||||||
|
@ -5199,7 +5199,7 @@ sigusr1_handler(SIGNAL_ARGS)
|
|||||||
PgStatPID = pgstat_start();
|
PgStatPID = pgstat_start();
|
||||||
|
|
||||||
ereport(LOG,
|
ereport(LOG,
|
||||||
(errmsg("database system is ready to accept read only connections")));
|
(errmsg("database system is ready to accept read-only connections")));
|
||||||
|
|
||||||
/* Report status */
|
/* Report status */
|
||||||
AddToDataDirLockFile(LOCK_FILE_LINE_PM_STATUS, PM_STATUS_READY);
|
AddToDataDirLockFile(LOCK_FILE_LINE_PM_STATUS, PM_STATUS_READY);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user