@@ -2854,7 +2854,7 @@ SELECT EXTRACT(days from '80 hours'::interval);
2854
2854
<entry><literal>iso_8601</literal></entry>
2855
2855
<entry>P1Y2M</entry>
2856
2856
<entry>P3DT4H5M6S</entry>
2857
- <entry>P-1Y-2M3DT -4H-5M-6S</entry>
2857
+ <entry>P-1Y-2M3D&zwsp;T -4H-5M-6S</entry>
2858
2858
</row>
2859
2859
</tbody>
2860
2860
</tgroup>
@@ -3559,8 +3559,9 @@ SELECT person.name, holidays.num_weeks FROM person, holidays
3559
3559
<replaceable class="parameter">y</replaceable>
3560
3560
is the number of bits in the netmask. If the
3561
3561
<replaceable class="parameter">/y</replaceable>
3562
- portion is missing, the
3563
- netmask is 32 for IPv4 and 128 for IPv6, so the value represents
3562
+ portion is omitted, the
3563
+ netmask is taken to be 32 for IPv4 or 128 for IPv6,
3564
+ so the value represents
3564
3565
just a single host. On display, the
3565
3566
<replaceable class="parameter">/y</replaceable>
3566
3567
portion is suppressed if the netmask specifies a single host.
@@ -3580,7 +3581,8 @@ SELECT person.name, holidays.num_weeks FROM person, holidays
3580
3581
conventions.
3581
3582
The format for specifying networks is <replaceable
3582
3583
class="parameter">address/y</replaceable> where <replaceable
3583
- class="parameter">address</replaceable> is the network represented as an
3584
+ class="parameter">address</replaceable> is the network's lowest
3585
+ address represented as an
3584
3586
IPv4 or IPv6 address, and <replaceable
3585
3587
class="parameter">y</replaceable> is the number of bits in the netmask. If
3586
3588
<replaceable class="parameter">y</replaceable> is omitted, it is calculated
@@ -3668,12 +3670,12 @@ SELECT person.name, holidays.num_weeks FROM person, holidays
3668
3670
<row>
3669
3671
<entry>2001:4f8:3:ba::/64</entry>
3670
3672
<entry>2001:4f8:3:ba::/64</entry>
3671
- <entry>2001:4f8:3:ba:: /64</entry>
3673
+ <entry>2001:4f8:3:ba/64</entry>
3672
3674
</row>
3673
3675
<row>
3674
- <entry>2001:4f8:3:ba:2e0:81ff:fe22:d1f1/128</entry>
3675
- <entry>2001:4f8:3:ba:2e0:81ff:fe22:d1f1/128</entry>
3676
- <entry>2001:4f8:3:ba:2e0:81ff:fe22:d1f1</entry>
3676
+ <entry>2001:4f8:3:ba:&zwsp; 2e0:81ff:fe22:d1f1/128</entry>
3677
+ <entry>2001:4f8:3:ba:&zwsp; 2e0:81ff:fe22:d1f1/128</entry>
3678
+ <entry>2001:4f8:3:ba:&zwsp; 2e0:81ff:fe22:d1f1/128 </entry>
3677
3679
</row>
3678
3680
<row>
3679
3681
<entry>::ffff:1.2.3.0/120</entry>
@@ -3738,7 +3740,7 @@ SELECT person.name, holidays.num_weeks FROM person, holidays
3738
3740
<member><literal>'08002b010203'</literal></member>
3739
3741
</simplelist>
3740
3742
3741
- These examples would all specify the same address. Upper and
3743
+ These examples all specify the same address. Upper and
3742
3744
lower case is accepted for the digits
3743
3745
<literal>a</literal> through <literal>f</literal>. Output is always in the
3744
3746
first of the forms shown.
@@ -3805,14 +3807,17 @@ SELECT person.name, holidays.num_weeks FROM person, holidays
3805
3807
<member><literal>'08002b0102030405'</literal></member>
3806
3808
</simplelist>
3807
3809
3808
- These examples would all specify the same address. Upper and
3810
+ These examples all specify the same address. Upper and
3809
3811
lower case is accepted for the digits
3810
3812
<literal>a</literal> through <literal>f</literal>. Output is always in the
3811
3813
first of the forms shown.
3814
+ </para>
3812
3815
3813
- The last six input formats that are mentioned above are not part
3814
- of any standard.
3816
+ <para>
3817
+ The last six input formats shown above are not part of any standard.
3818
+ </para>
3815
3819
3820
+ <para>
3816
3821
To convert a traditional 48 bit MAC address in EUI-48 format to
3817
3822
modified EUI-64 format to be included as the host portion of an
3818
3823
IPv6 address, use <function>macaddr8_set7bit</function> as shown:
@@ -4655,7 +4660,8 @@ SELECT * FROM pg_attribute
4655
4660
<entry><type>regoperator</type></entry>
4656
4661
<entry><structname>pg_operator</structname></entry>
4657
4662
<entry>operator with argument types</entry>
4658
- <entry><literal>*(integer,integer)</literal> or <literal>-(NONE,integer)</literal></entry>
4663
+ <entry><literal>*(integer,&zwsp;integer)</literal>
4664
+ or <literal>-(NONE,&zwsp;integer)</literal></entry>
4659
4665
</row>
4660
4666
4661
4667
<row>
0 commit comments