Discussion: https://postgr.es/m/CAEkD-mDUZrRE%3Dk-FznEg4Ed2VdjpZCyHoyo%2Bp0%2B8KvHqR%3DpNVQ%40mail.gmail.com
Author: Liudmila Mantrova, Alexander Lakhin
Reviewed-by: Alexander Korotkov, Alvaro Herrera
Backpatch-through: 12
-
Nondeterminstic Collations
+
Nondeterministic Collations
A collation is either deterministic or
a
PostgreSQL data directory contains a file
postgresql.auto.confpostgresql.auto.conf,
which has the same format as postgresql.conf but
- is intended to be edited automatically not manually. This file holds
+ is intended to be edited automatically, not manually. This file holds
settings provided through the command.
This file is read whenever postgresql.conf is,
and its settings take effect in the same way. Settings
(
slot_name name,
lsn pg_lsn)
- Copies an existing physical replication slot name
src_slot_name
+ Copies an existing physical replication slot name
d src_slot_name
to a physical replication slot named
dst_slot_name.
The copied physical slot starts to reserve WAL from the same
LSN as the
source slot.
pg_ls_archive_statusdir returns the name, size, and
last modified time (mtime) of each file in the WAL archive status
- directory <literal>pg_wal/archive_status>. By default only
+ directory <filename>pg_wal/archive_status>. By default only
superusers and members of the pg_monitor role can
use this function. Access may be granted to others using
GRANT.