notification-reply-procs-postgresql.xql
DB Query file
Related Files
- packages/notifications/tcl/notification-reply-procs.xql
- packages/notifications/tcl/notification-reply-procs.tcl
- packages/notifications/tcl/notification-reply-procs-postgresql.xql
- packages/notifications/tcl/notification-reply-procs-oracle.xql
[ hide source ] | [ make this the default ]
File Contents
<?xml version="1.0"?> <queryset> <rdbms><type>postgresql</type><version>7.1</version></rdbms> <fullquery name="notification::reply::delete.delete_reply"> <querytext> select notification_reply__delete(:reply_id) </querytext> </fullquery> </queryset>