attach-del-postgresql.xql
DB Query file
Related Files
- packages/wp-slim/www/attach-del.tcl
- packages/wp-slim/www/attach-del-postgresql.xql
- packages/wp-slim/www/attach-del-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="revisions_and_item_delete"> <querytext> select wp_attachment__delete(:attach_item_id); </querytext> </fullquery> </queryset>