]> granicus.if.org Git - postgresql/commitdiff
Document the family() function (added during the 7.4 dev cycle but not
authorNeil Conway <neilc@samurai.com>
Sun, 22 Feb 2004 04:14:06 +0000 (04:14 +0000)
committerNeil Conway <neilc@samurai.com>
Sun, 22 Feb 2004 04:14:06 +0000 (04:14 +0000)
documented), and fix a typo.

doc/src/sgml/func.sgml

index 91ab4b12ae3da7a2eedf7ebbcae78616e26de406..d047d045bd2e374b463b0dcbcae86524cc478a27 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.186 2004/02/05 22:54:36 joe Exp $
+$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.187 2004/02/22 04:14:06 neilc Exp $
 PostgreSQL documentation
 -->
 
@@ -5998,7 +5998,7 @@ SELECT TIMESTAMP 'now';
        <row>
        <entry> <literal>&gt;&gt;</literal> </entry>
        <entry>contains</entry>
-       <entry><literal>inet'192.168.1/24' &gt;&gt; inet '192.168.1.5'</literal></entry>
+       <entry><literal>inet '192.168.1/24' &gt;&gt; inet '192.168.1.5'</literal></entry>
        </row>
        <row>
        <entry> <literal>&gt;&gt;=</literal> </entry>
@@ -6096,6 +6096,13 @@ SELECT TIMESTAMP 'now';
        <entry><literal>abbrev(cidr '10.1.0.0/16')</literal></entry>
        <entry><literal>10.1/16</literal></entry>
        </row>
+       <row>
+    <entry><literal><function>family</function>(<type>inet</type>)</literal></entry>
+    <entry><type>integer</type></entry>
+    <entry>extract family of address; <literal>4</literal> for IPv4,
+    <literal>6</literal> for IPv6</entry>
+    <entry><literal>family('::1')</literal></entry>
+    <entry><literal>6</literal></entry>
       </tbody>
      </tgroup>
     </table>