• Postgresql, plperl and custom rowtypes

    Posted by in Perl, PostgreSQL   0 Comments

    Sep

    14

    2007

    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