[Zope] Postgres stored procedures and views support in Zope

2005-05-17 Thread David Pratt
Can someone tell me whether/how zope supports views and stored 
procedures with zope.  Do I need any other product besides the psycopg 
adapter? Any links to references appreciated.

Regards
David
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Postgres stored procedures and views support in Zope

2005-05-17 Thread Tino Wildenhain
Am Mittwoch, den 18.05.2005, 00:20 -0300 schrieb David Pratt:
 Can someone tell me whether/how zope supports views and stored 
 procedures with zope.  Do I need any other product besides the psycopg 
 adapter? Any links to references appreciated.

There is no special support... needed.
views are tables and postgres has no 
stored procedures but stored functions.
You use them the one or the other way
with select (usually) so this fits
perfectly :-)

Just go on :-)

Regards
Tino

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )