File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4572,7 +4572,7 @@ SELECT * FROM pg_attribute
4572
4572
4573
4573
<para>
4574
4574
The <type>pg_lsn</type> data type can be used to store LSN (Log Sequence
4575
- Number) data which is a pointer to a location in the XLOG . This type is a
4575
+ Number) data which is a pointer to a location in the WAL . This type is a
4576
4576
representation of <type>XLogRecPtr</type> and an internal system type of
4577
4577
<productname>PostgreSQL</productname>.
4578
4578
</para>
Original file line number Diff line number Diff line change 22
22
<arg rep="repeat"><replaceable>option</replaceable></arg>
23
23
<arg choice="plain"><replaceable>archivelocation</replaceable></arg>
24
24
<arg choice="plain"><replaceable>nextwalfile</replaceable></arg>
25
- <arg choice="plain"><replaceable>xlogfilepath </replaceable></arg>
25
+ <arg choice="plain"><replaceable>walfilepath </replaceable></arg>
26
26
<arg choice="opt"><replaceable>restartwalfile</replaceable></arg>
27
27
</cmdsynopsis>
28
28
</refsynopsisdiv>
Original file line number Diff line number Diff line change @@ -1371,7 +1371,7 @@ The commands accepted in walsender mode are:
1371
1371
</term>
1372
1372
<listitem>
1373
1373
<para>
1374
- Current xlog flush location. Useful to get a known location in the
1374
+ Current WAL flush location. Useful to get a known location in the
1375
1375
transaction log where streaming can start.
1376
1376
</para>
1377
1377
</listitem>
Original file line number Diff line number Diff line change @@ -810,7 +810,7 @@ data. Empty in ordinary tables.</entry>
810
810
<entry>pd_lsn</entry>
811
811
<entry>PageXLogRecPtr</entry>
812
812
<entry>8 bytes</entry>
813
- <entry>LSN: next byte after last byte of xlog record for last change
813
+ <entry>LSN: next byte after last byte of WAL record for last change
814
814
to this page</entry>
815
815
</row>
816
816
<row>
You can’t perform that action at this time.
0 commit comments