search for: tsquery

Displaying 5 results from an estimated 5 matches for "tsquery".

Did you mean: dsquery
2006 Apr 15
0
active record and tsearch2, works?
I have a search form; I grab the value and use it in a fulltext query: :conditions => ["idxfti @@ ''" + search_string + "''::tsquery and ...........] Characters in search_string like "?", ":", bomb active record. I tried a single tick and "\" to escape those, but active record still bombs (same queries via psql work). Suggestions? -Tate
2005 Oct 28
3
PostgreSQL. Multiply schemas in one database. How to?
...exists with same argument types psql:db/development_structure.sql:54: ERROR: function "gtsvector_out" already exists with same argument types psql:db/development_structure.sql:67: ERROR: type "gtsvector" already exists psql:db/development_structure.sql:76: ERROR: function "tsquery_in" already exists with same argument types psql:db/development_structure.sql:85: ERROR: function "tsquery_out" already exists with same argument types psql:db/development_structure.sql:98: ERROR: type "tsquery" already exists psql:db/development_structure.sql:107: ERROR: f...
2013 Sep 18
1
Design for classes with database connection
Dear R-Devels, I am designing right now a package intended to simplify the handling of market microstructure data (tick data, order data, etc). As these data is most times pretty huge and needs to be reordered quite often (e.g. if several security data is batched together or if only a certain time range should be considered) - the package needs to handle this. Before I start, I would like to
2015 Sep 03
2
Fuzzing complex programs
On Thu, Sep 3, 2015 at 6:45 PM, Kostya Serebryany <kcc at google.com> wrote: > Did you build the Postgres code with -fsanitize-coverage=... ? Yes: CC = clang CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O0 -fsanitize=address
2015 Sep 03
2
Fuzzing complex programs
...ist.o utils/adt/rangetypes_typanalyze.o > utils/adt/regexp.o utils/adt/regproc.o utils/adt/ri_triggers.o > utils/adt/rowtypes.o utils/adt/ruleutils.o utils/adt/selfuncs.o > utils/adt/tid.o utils/adt/timestamp.o utils/adt/trigfuncs.o > utils/adt/tsginidx.o utils/adt/tsgistidx.o utils/adt/tsquery.o > utils/adt/tsquery_cleanup.o utils/adt/tsquery_gist.o > utils/adt/tsquery_op.o utils/adt/tsquery_rewrite.o > utils/adt/tsquery_util.o utils/adt/tsrank.o utils/adt/tsvector.o > utils/adt/tsvector_op.o utils/adt/tsvector_parser.o utils/adt/txid.o > utils/adt/uuid.o utils/adt/varbit....