Hi Heikki,
Here you can find attached .csv semicolon separated made by :"SELECT * FROM
pg_proc WHERE proname LIKE 'sp_get_league_prediction".
"\df sp_get_league_prediction" is also attached.
Both functions are returning the same setof record:
---
CREATE OR REPLACE FUNCTIO
It looks I knocked on the wrong address. This is obviously PgAdmin bug
which obviously not correctly showing procedures (as I sent previously) and
made me waste your time, sorry.
On Fri, May 17, 2013 at 6:10 PM, Heikki Linnakangas wrote:
> On 17.05.2013 18:53, Vladimir Jovanovic wrote:
>
>> H
On 17.05.2013 18:53, Vladimir Jovanovic wrote:
Hi Heikki,
Here you can find attached .csv semicolon separated made by :"SELECT * FROM
pg_proc WHERE proname LIKE 'sp_get_league_prediction".
"\df sp_get_league_prediction" is also attached.
Both functions are returning the same setof record:
Heikki Linnakangas writes:
> On 17.05.2013 13:31, vladimir.jovano...@aparteko.com wrote:
>> I noticed that I have two functions with the same signature.
>>
>> sp_get_league_prediction(IN _id bigint, IN _rank integer, IN
>> _log_in_expectence double precision, IN _feathers_gained integer, IN
>> _t
On 17.05.2013 13:31, vladimir.jovano...@aparteko.com wrote:
I noticed that I have two functions with the same signature.
sp_get_league_prediction(IN _id bigint, IN _rank integer, IN
_log_in_expectence double precision, IN _feathers_gained integer, IN
_tokens_all integer, IN _tokens_active intege
The following bug has been logged on the website:
Bug reference: 8168
Logged by: Vladimir Jovanović
Email address: vladimir.jovano...@aparteko.com
PostgreSQL version: 8.4.11
Operating system: PostgreSQL 8.4.11 on x86_64-redhat-linux-gnu, com
Description:
Hi,
I notice