Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82eafab commit 768d6f9Copy full SHA for 768d6f9
doc/src/sgml/intarray.sgml
@@ -309,13 +309,15 @@ SELECT message.mid FROM message WHERE message.sections @@ '1&2'::query_int;
309
310
<para>
311
The source directory <filename>contrib/intarray/bench</> contains a
312
- benchmark test suite. To run:
+ benchmark test suite, which can be run against an installed
313
+ <productname>PostgreSQL</> server. (It also requires <filename>DBD::Pg</>
314
+ to be installed.) To run:
315
</para>
316
317
<programlisting>
-cd .../bench
318
+cd .../contrib/intarray/bench
319
createdb TEST
-psql TEST < ../_int.sql
320
+psql -c "CREATE EXTENSION intarray" TEST
321
./create_test.pl | psql TEST
322
./bench.pl
323
</programlisting>
0 commit comments