Re: small mistakes in func.sgml - Mailing list pgsql-patches

From Tom Lane
Subject Re: small mistakes in func.sgml
Date
Msg-id 21303.1030598534@sss.pgh.pa.us
Whole thread Raw
In response to Re: small mistakes in func.sgml  (Alvaro Herrera <alvherre@atentus.com>)
List pgsql-patches
Alvaro Herrera <alvherre@atentus.com> writes:
> Better apply something like this sed script to func.sgml
> sed -e 's/>[a-z]*>/>/g'
> 'cause there are a lot of those things inside.  Sadly, there are other
> mistakes that weren't there in 7.2 docs.
> [snip]
> And maybe there are more that I don't see.  I don't know how to identify
> which commit broke the file: that can probably help identify all
> errors.

I traced this back to Thomas' commit of 11-June:

2002-06-11 11:32  thomas

    * doc/src/sgml/: advanced.sgml, datatype.sgml, func.sgml,
    release.sgml: Implement SQL99 OVERLAY(). [etc]

I groveled through the diffs pretty carefully, and found only a couple
of places that you'd missed.  So I think we're okay for now.  However,
if Thomas was using an edit script to fix that markup, the script
evidently needs more work before being used again ...

            regards, tom lane

pgsql-patches by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [GENERAL] worried about PGPASSWORD drop
Next
From: Joe Conway
Date:
Subject: SRF memory mgmt patch (was [HACKERS] Concern about memory management with SRFs)