Thread: Open source companies
Here is an interesting article talking about the fate of open-source companies. An increasing number of formerly open-source companies are selling closed-source software. The article mentions SourceForge, who is moving from PostgreSQL to Oracle, and Great Bridge, as a failed open-source support company. http://www.zdnet.com/zdnn/stories/news/0,4586,5099830,00.html?chkpt=zdnnp1tp02 -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 853-3000 + If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania 19026
Hi, I want to use cursors in PLPGSQL functions but without success. I downloaded a file gram.y to update PLPGSQL parser. I would know how can I make this update, and if this will allows me to use cursors in plpgsql functions. Thanks for your help. Mourad.
Mourad EL HADJ MIMOUNE wrote: > Hi, > I want to use cursors in PLPGSQL functions but without success. > I downloaded a file gram.y to update PLPGSQL parser. > I would know how can I make this update, and if this will allows me to use > cursors in plpgsql functions. > Thanks for your help. > Mourad. There is no way to use cursors inside of PL/pgSQL functions before Postgres version 7.2. It's not just the syntax parsed by the function handler. There have been enhancements in the server, namely cursor support in SPI, that make it possible at all. Jan -- #======================================================================# # It's easier to get forgiveness for being wrong than for being right. # # Let's break this rule - forgive me. # #================================================== JanWieck@Yahoo.com # _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com