Re: Unclear Wording

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: Bruce Momjian <bruce(at)momjian(dot)us>, pg(at)kirasoft(dot)com, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: Unclear Wording
Date: 2022-06-08 02:34:37
Message-ID: 3f27cc04de0b6d1d8df0a22a2811dd99b823d1e9.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Tue, 2022-06-07 at 20:15 -0400, Bruce Momjian wrote:
> > Page: https://www.postgresql.org/docs/14/plpgsql-errors-and-messages.html
> > Description:
> >
> > Dear Sirs,
> >    From the page on RAISE ...
> >    I read this 3 times and tripped over "write a format", which should be use
> > (or specify) a format string ...
> >
> > Current:
> > After level if any, you can write a format (which must be a simple string
> > literal, not an expression). The format string specifies the error message
> > text to be reported.
> >
> > Suggested Rewrite:
> > After level if any, you can specify a format string (which must be a simple
> > string literal, not an expression). The format string specifies the error
> > message text to be reported.
>
> Good idea, patch attached.

+1

Yours,
Laurenz Albe

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Peter Eisentraut 2022-06-08 17:49:07 Re: Unclear Wording
Previous Message Bruce Momjian 2022-06-08 00:26:25 Re: correction