From e4c06c34627eb24593536e72cda80101b28ac394 Mon Sep 17 00:00:00 2001 From: teodor Date: Wed, 25 Oct 2006 15:06:23 +0000 Subject: [PATCH] Fix examples --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 3d883c6..8960c0b 100644 --- a/README +++ b/README @@ -4,10 +4,10 @@ Before compilating, edit Makefile for RDBMS set and paths to its. Init example: -./ftsbench -i -n 10000 -f gin -g pgsql -d contrib_regression +./ftsbench -i -n 10000 -f gin -b pgsql -d contrib_regression Benchmark example: -./ftsbench -c 10 -n 300 -f gin -g pgsql -d contrib_regression +./ftsbench -c 10 -n 300 -f gin -b pgsql -d contrib_regression PostgreSQL prerequisite: -- 2.37.3