pgsql: Add documentation for format_type(), which somehow escaped it - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Add documentation for format_type(), which somehow escaped it
Date
Msg-id 20050128231332.CDFA83A631A@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add documentation for format_type(), which somehow escaped it before.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/doc/src/sgml:
        func.sgml (r1.234.4.2 -> r1.234.4.3)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.234.4.2&r2=1.234.4.3)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add documentation for format_type(), which somehow escaped it
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Make sure contrib C functions are marked strict where needed.