Tiny typo in the 8.4 docs

From: Vesa-Matti J Kari <vmkari(at)cc(dot)helsinki(dot)fi>
To: pgsql-docs(at)postgresql(dot)org
Subject: Tiny typo in the 8.4 docs
Date: 2009-07-21 17:50:39
Message-ID: alpine.LRH.2.00.0907212040570.10498@ruuvi.it.helsinki.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs


Hello,

I was just wading through the new PG 8.4.0 documentation and found a
tiny typo in:

-------- begin sample -------------

9.16.3. NULLIF
[...]

SELECT NULLIF(value, '(none)') ...
If value1 is (none), return a null, otherwise return value1.

-------- end sample -------------

Either use 'value1' in the SELECT-clause too, or 'value' in the
explanation.

Nothing serious, but maybe for the sake of perfection, you may want to fix
it in next version. Thanks.

Regards,
vmk
--
************************************************************************
Tietotekniikkaosasto / Helsingin yliopisto
IT Department / University of Helsinki
************************************************************************

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Magnus Hagander 2009-07-22 12:07:22 Re: Outdated translated FAQs
Previous Message Pavel Golub 2009-07-17 09:21:02 Re: PQconnectStart & PQconnectPoll example