pgsql: Fix manpages related to SPI functions. - Mailing list pgsql-committers

From alvherre@postgresql.org (Alvaro Herrera)
Subject pgsql: Fix manpages related to SPI functions.
Date
Msg-id 20090805193150.3D94675331E@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix manpages related to SPI functions.

This patch adds declaration so that they end up in section 3, and adds
them to the Makefiles to install them.

Also, some synopses needed reflowing so that they look nice in 80-column
terminals.

Modified Files:
--------------
    pgsql/doc:
        Makefile (r1.37 -> r1.38)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/Makefile?r1=1.37&r2=1.38)
    pgsql/doc/src:
        Makefile (r1.35 -> r1.36)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/Makefile?r1=1.35&r2=1.36)
    pgsql/doc/src/sgml:
        Makefile (r1.120 -> r1.121)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/Makefile?r1=1.120&r2=1.121)
        spi.sgml (r1.64 -> r1.65)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/spi.sgml?r1=1.64&r2=1.65)

pgsql-committers by date:

Previous
From: decibel@pgfoundry.org (User Decibel)
Date:
Subject: deny-updates - trunk: Add more debug
Next
From: bmomjian@pgfoundry.org (User Bmomjian)
Date:
Subject: pg-migrator - pg_migrator: Properly error out for arrays, composites,