Re: operator is not unique: integer || integer

From: Daniel Schuchardt <daniel_schuchardt(at)web(dot)de>
To: Tino Wildenhain <tino(at)wildenhain(dot)de>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: operator is not unique: integer || integer
Date: 2008-05-05 19:36:51
Message-ID: 481F61D3.7050803@web.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tino Wildenhain schrieb:
>
> RETURN extract(year FROM $1)*100+extract(month FROM $1)-1;
>
> was too clean and easy? ;))
>
> Looks like a good oportunity to clean up your code before anything
> unexpected happens :-)
>
> Cheers
> T.
>

LOL. Yes I don't like such easy things :-P

But you see i have a function so i simply can change it ;-)

thnx for the hint, i picked up the best example ever :-P

Daniel.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2008-05-05 19:41:28 Re: checkpoint_segments warning?
Previous Message Tom Lane 2008-05-05 19:34:20 Re: bytea and character encoding when inserting escaped literals