Changeset: e3a506b72038 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e3a506b72038 Modified Files: monetdb5/modules/kernel/bat5.mal Branch: Oct2012 Log Message:
Correct command comment. diffs (12 lines): diff --git a/monetdb5/modules/kernel/bat5.mal b/monetdb5/modules/kernel/bat5.mal --- a/monetdb5/modules/kernel/bat5.mal +++ b/monetdb5/modules/kernel/bat5.mal @@ -228,7 +228,7 @@ comment "Delete one specific BUN."; command delete(b:bat[:any_1, :any_2], h:any_1) :bat[:any_1,:any_2] address BKCdelete -comment "Delete all BUNs with a certain tail value."; +comment "Delete all BUNs with a certain head value."; command delete(b:bat[:any_1, :any_2]) :bat[:any_1,:any_2] address BKCdelete_all _______________________________________________ checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
