Tagged Questions

1
vote
1answer
766 views

Doctrine - own postgres function

how can i call my own function stored in postgres DB, while i am selecting data throught Doctrine_Query::create() ->select('schema.my_function(id)')