I'm asking here instead of DBIx::Class newsgroup cuz I seldom have db questions (and most of what goes on there is over my head anyway :)<br><br>I'm following an O'reilly article on writing PostgreSQL Functions with PL/pgSQL:<br><br>http://www.onlamp.com/lpt/a/6573<br><br>Most of my Catalyst/db acitivity is through DBIx::Class, but seems like some interactions could use the db's native programming features to great advantage. One of the functions to add tags would be called like this:<br><br>SELECT entry_coll_tag_add(24, '{223,12,52}');<br><br>Is there a 'conduit' in the ORM's interface to send such selects to?<br><br>/dennis<br><br><br>