Re: [ADMIN] View as front-end to function

2012-06-20 Thread Misa Simic
Hi Greg, I think it is Foreign Data Wrapper feature what already exist in Postgres http://wiki.postgresql.org/wiki/Foreign_data_wrappers So basically, you would need to write your own sourse fdw... Kind Regards, Misa 2012/6/20 Greg Spiegelberg > Hi list, > > I've done some research on the s

[ADMIN] View as front-end to function

2012-06-20 Thread Greg Spiegelberg
Hi list, I've done some research on the subject and found only some dated threads on this topic. Wondering if anything has changed. What I am looking for is a way to create a VIEW that is a front-end to a function. Any conditions in the WHERE clause would be passed as parameters to the function