Changeset: dc0b8b98a9c0 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=dc0b8b98a9c0
Modified Files:
        clients/mapiclient/mclient.c
Branch: Mar2011
Log Message:

give a slight hint that \d does more


diffs (12 lines):

diff --git a/clients/mapiclient/mclient.c b/clients/mapiclient/mclient.c
--- a/clients/mapiclient/mclient.c
+++ b/clients/mapiclient/mclient.c
@@ -1738,7 +1738,7 @@
        mnstr_printf(toConsole, "\\t      - toggle timer\n");
        if (mode == SQL) {
                mnstr_printf(toConsole, "\\D table- dumps the table, or the 
complete database if none given.\n");
-               mnstr_printf(toConsole, "\\d table- describe the table, or the 
complete database if none given.\n");
+               mnstr_printf(toConsole, "\\d[Stvsfn]+ [obj] - list database 
objects, or describe if obj given\n");
                mnstr_printf(toConsole, "\\A      - enable auto commit\n");
                mnstr_printf(toConsole, "\\a      - disable auto commit\n");
        }
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to