m4_comment([$Id: db_del.so,v 11.15 2004/12/16 19:13:04 bostic Exp $]) define(M4PAGELOCAL, ) include(tcl/m4.tcl) m4_tcl_header(db del, m4_tcl_db_del, [dnl db del m4_tcl_arg([-glob]) m4_tcl_arg([-txn txnid]) key ]) m4_p([dnl The m4_tcl_db_del command removes key/data pairs from the database.]) m4_p([dnl In the presence of duplicate key values, all records associated with the designated key will be discarded.]) m4_p([dnl The options are as follows:]) m4_tagbegin m4_tag([-glob], [dnl The specified key is a wildcard pattern, and all keys matching that pattern are discarded from the database. The pattern is a simple wildcard, any characters after the wildcard character are ignored. This option only works on databases using the Btree access method.]) m4_tcl_txnopt m4_tagend m4_tcl_ret_standard(m4_tcl_db_del) m4_page_footer