From: | Alexander Farber <alexander(dot)farber(at)gmail(dot)com> |
---|---|
To: | |
Cc: | pgsql-general <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: [SPAM] ERROR: query returned no rows |
Date: | 2017-06-26 18:43:31 |
Message-ID: | CAADeyWhLrDAJ4ig6M0PYP+eD8sN9PiTZFaYXy3VR6obA5q+M+g@mail.gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Mon, Jun 26, 2017 at 8:39 PM, Moreno Andreo <moreno(dot)andreo(at)evolu-s(dot)it>
wrote:
> Il 26/06/2017 20:21, Alexander Farber ha scritto:
>
>>
>> RETURNING
>> player1,
>> score2,
>> score1
>> INTO
>> _opponent,
>> _score1, -- the line 85
>> _score2;
>>
>> Is it intentional to return score2 in score1 and vice versa?
>
> Yes, Andreo, that one is intentional, but thank you.
>
> In all my custom functions I return player1, played1, hand1 for the
> calling player (even if it is player2 in the words_games table)
>
Regards
Alex
From | Date | Subject | |
---|---|---|---|
Next Message | Alexander Farber | 2017-06-26 18:54:59 | Re: ERROR: query returned no rows |
Previous Message | Moreno Andreo | 2017-06-26 18:39:38 | Re: [SPAM] ERROR: query returned no rows |