Jared Odulio said: > what in particular about PL/pgSQL? I have used PL/pgSQL for my stored > functions (do not mistake this for stored procedures, Oracle/MS SQL > users please). And I can execute my stored functions just like how I > execute built-in functions in SQL like AVG(), ABS(), SUBSTRING() etc.
i'm thinking of using it as a middle-tier in a school system so we can implement different user interfaces technologies without rewriting the application logic. for example, we currently have enrollment application logic in C/C++ and we need to reimplement that on PHP if we want Web Registration. And if we do that then i have to maintain two things for 1 function. what was your most complex use of PL/pgSQL? -- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
