On Tue, Jul 14, 2009 at 14:54, Peter Eisentraut wrote:
> On Sunday 12 July 2009 02:03:47 Tom Lane wrote:
>> Peter Eisentraut writes:
>> > Didn't we at one point want to remove the wildly outdated translated FAQs
>> > from CVS?
>> >
>> > I see for example the German FAQ claiming that 8.2.5 is the l
On Tuesday 21 July 2009 20:50:39 Vesa-Matti J Kari wrote:
> 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
> explan