Thread: pgsql: The conversion rule from postgres.sgml to postgres.xml didn't

pgsql: The conversion rule from postgres.sgml to postgres.xml didn't

From
petere@postgresql.org (Peter Eisentraut)
Date:
Log Message:
-----------
The conversion rule from postgres.sgml to postgres.xml didn't work with
BSD sed.  So write it in Perl, which is more portable and a bit faster, too.
We already use Perl for standard documentation builds, so this imposes no
additional requirement.

Modified Files:
--------------
    pgsql/doc/src/sgml:
        Makefile (r1.108 -> r1.109)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/Makefile?r1=1.108&r2=1.109)