PostgreSQL sources do not have the procedure option within Yellowfin
PostgreSQL sources do not have the procedure option within Yellowfin. From what we can see this is was due to a change in PostgreSQL JDBC driver: https://github.com/pgjdbc/pgjdbc/issues/1340
In Postgres FUNCTIONs return resultsets, where in other databases, PROCEDUREs do that.
Until recently the getProcedures() call in the PostgreSQL JDBC driver would return functions from Postgres. This allowed functions that returned a resultset to be accessed by Yellowfin.
However, a recent change to the JDBC driver has stopped functions being returned by getProcedures(). This is generally returning nothing, and why the procedures option is not shown in Yellowfin.
We need to change Yellowfin to support Functions to be able to support the functionality that we used to have.
Hi Pratap,
I hope all is well,
I have since raised this as an Enhancement with our Development team. I will update as and when I can.
Regards,
Mark
Hi Pratap,
I hope all is well,
I have since raised this as an Enhancement with our Development team. I will update as and when I can.
Regards,
Mark
Hi Pratap,
I hope all is well,
I come with news that we have since implemented this Enhancement request. We can find this within our 9.10 release. Because of this I will now mark this ticket as Completed.
Going forward if you have any issues, please let me know. I would be more than happy to assist where I can.
Regards,
Mark
Hi Pratap,
I hope all is well,
I come with news that we have since implemented this Enhancement request. We can find this within our 9.10 release. Because of this I will now mark this ticket as Completed.
Going forward if you have any issues, please let me know. I would be more than happy to assist where I can.
Regards,
Mark
Hi Mark,
let me know if there is any particular way to define function/procedure in postgre , we tried with 9.12 but not able to go through.
Regards
Pratap
Hi Mark,
let me know if there is any particular way to define function/procedure in postgre , we tried with 9.12 but not able to go through.
Regards
Pratap
Hi Pratap,
Are you free for a remote session so we can go over this?
Let me know your availability I am UK based (as you know) and can make myself available from tomorrow between the hours of 09:00-14:30 UK Time.
Regards,
Mark
Hi Pratap,
Are you free for a remote session so we can go over this?
Let me know your availability I am UK based (as you know) and can make myself available from tomorrow between the hours of 09:00-14:30 UK Time.
Regards,
Mark
Hi Pratap,
I hope all is well,
I just want to inform you that we have a UK Bank Holiday here in the UK on Monday, 26th August so scheduling a remote session in would work for me as of Tuesday. Let me know the date/time so we can connect.
Regards,
Mark
Hi Pratap,
I hope all is well,
I just want to inform you that we have a UK Bank Holiday here in the UK on Monday, 26th August so scheduling a remote session in would work for me as of Tuesday. Let me know the date/time so we can connect.
Regards,
Mark
Replies have been locked on this page!