There appears to be a missing row closing tag in funcs.sgml, which made "make html" complain loudly for me. Fix below.


cheers

andrew


Index: func.sgml =================================================================== RCS file: /projects/cvsroot/pgsql-server/doc/src/sgml/func.sgml,v retrieving revision 1.188 diff -c -r1.188 func.sgml *** func.sgml 27 Feb 2004 03:59:23 -0000 1.188 --- func.sgml 29 Feb 2004 13:22:42 -0000 *************** *** 6111,6116 **** --- 6111,6117 ---- <literal>6</literal> for IPv6</entry> <entry><literal>family('::1')</literal></entry> <entry><literal>6</literal></entry> + </row> </tbody> </tgroup> </table>



---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
     joining column's datatypes do not match

Reply via email to