Add SQL-mode of result output
[ftsbench.git] / utils.c
diff --git a/utils.c b/utils.c
index 213f2fb..5f7c6a9 100644 (file)
--- a/utils.c
+++ b/utils.c
@@ -87,8 +87,8 @@ printScheme() {
        fputs(
                "--summary stats\n"
                "CREATE TABLE fb_search (\n"
-               "  id       integer        NOT NULL,\n"
                "--link to fb_create.id\n"
+               "  id       integer        NOT NULL,\n"
                "  f_and    boolean    NOT NULL,\n"
                "  f_or     boolean    NOT NULL,\n"
                "  nclients integer    NOT NULL,\n"
@@ -107,7 +107,6 @@ printScheme() {
                "  f_and    boolean    NOT NULL,\n"
                "  f_or     boolean    NOT NULL,\n"
                "  nclients integer    NOT NULL,\n"
-               "  query        text       NOT NULL,\n"
                "  nres     integer    NOT NULL,\n"
                "  elapsed  double precision NOT NULL\n"
                ");\n",