[BUGS] BUG #8168: duplicated function signature

2013-05-17 Thread vladimir . jovanovic
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

Re: [BUGS] BUG #8168: duplicated function signature

2013-05-17 Thread Heikki Linnakangas
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

Re: [BUGS] BUG #8168: duplicated function signature

2013-05-17 Thread Tom Lane
Heikki Linnakangas hlinnakan...@vmware.com 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

Re: [BUGS] BUG #8168: duplicated function signature

2013-05-17 Thread Heikki Linnakangas
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:

Re: [BUGS] BUG #8168: duplicated function signature

2013-05-17 Thread Vladimir Jovanovic
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 hlinnakan...@vmware.com wrote: On 17.05.2013 18:53, Vladimir

Re: [BUGS] BUG #8168: duplicated function signature

2013-05-17 Thread Vladimir Jovanovic
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 FUNCTION