diff options
| author | Robert Haas <rhaas@postgresql.org> | 2017-03-17 09:46:58 -0400 |
|---|---|---|
| committer | Robert Haas <rhaas@postgresql.org> | 2017-03-17 09:48:38 -0400 |
| commit | 88e66d193fbaf756b3cc9bf94cad116aacbb355b (patch) | |
| tree | cf470d1847bd229b74340223dba532d487d7b0b1 /doc/src/sgml/ref | |
| parent | bd9028b824c9c5f97795bb6b7b6f5ce38eb69f98 (diff) | |
Rename "pg_clog" directory to "pg_xact".
Names containing the letters "log" sometimes confuse users into
believing that only non-critical data is present. It is hoped
this renaming will discourage ill-considered removals of transaction
status data.
Michael Paquier
Discussion: http://postgr.es/m/CA+Tgmoa9xFQyjRZupbdEFuwUerFTvC6HjZq1ud6GYragGDFFgA@mail.gmail.com
Diffstat (limited to 'doc/src/sgml/ref')
| -rw-r--r-- | doc/src/sgml/ref/pg_resetwal.sgml | 4 | ||||
| -rw-r--r-- | doc/src/sgml/ref/pg_rewind.sgml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/pg_resetwal.sgml b/doc/src/sgml/ref/pg_resetwal.sgml index 0cc6fb4c4db..0d93b56ddd2 100644 --- a/doc/src/sgml/ref/pg_resetwal.sgml +++ b/doc/src/sgml/ref/pg_resetwal.sgml @@ -256,12 +256,12 @@ PostgreSQL documentation <para> A safe value can be determined by looking for the numerically largest - file name in the directory <filename>pg_clog</> under the data directory, + file name in the directory <filename>pg_xact</> under the data directory, adding one, and then multiplying by 1048576 (0x100000). Note that the file names are in hexadecimal. It is usually easiest to specify the option value in hexadecimal too. For example, if <filename>0011</> is the largest entry - in <filename>pg_clog</>, <literal>-x 0x1200000</> will work (five + in <filename>pg_xact</>, <literal>-x 0x1200000</> will work (five trailing zeroes provide the proper multiplier). </para> </listitem> diff --git a/doc/src/sgml/ref/pg_rewind.sgml b/doc/src/sgml/ref/pg_rewind.sgml index 371c4a475f6..d5430d43245 100644 --- a/doc/src/sgml/ref/pg_rewind.sgml +++ b/doc/src/sgml/ref/pg_rewind.sgml @@ -229,7 +229,7 @@ PostgreSQL documentation </step> <step> <para> - Copy all other files such as <filename>pg_clog</filename> and + Copy all other files such as <filename>pg_xact</filename> and configuration files from the source cluster to the target cluster (everything except the relation files). </para> |
