Postgresql, plperl and custom rowtypes
Posted by cmurtagh in Perl, PostgreSQL 0 Comments
I had a problem that I needed to solve recently, and the most elegant way to do this was with a stored procedure. However, the procedure needed to return 2 columns – an index id and a sort order. One way to tackle this is to have the plperl function called by a wrapping plpgsql [...]
Read More