search for: split_part

Displaying 2 results from an estimated 2 matches for "split_part".

Did you mean: split_page
2014 Feb 16
1
Syntax of pattern in map section
I can't seem to find any documentation on the meaning/syntax of the "pattern" variable in map sections that are found in dovecot-dict-sql.conf.ext for example. I am trying to setup shared folders. The only thing[1] I found is: >>First you'll need to know what kind of dict paths the code uses. ACL >>plugin uses these paths: >>
2006 Jul 20
4
Help with Rails and postgres with sequence numbers (global?)
...refobjid AND attr.attnum = dep.refobjsubid AND attr.attrelid = cons.conrelid AND attr.attnum = cons.conkey[1] AND cons.contype = ''p'' AND dep.refobjid = ''partsgroup''::regclass [4;35;1mPK and custom sequence (0.031000) SELECT attr.attname, name.nspname, split_part(def.adsrc, ''\'''', 2) FROM pg_class t JOIN pg_namespace name ON (t.relnamespace = name.oid) JOIN pg_attribute attr ON (t.oid = attrelid) JOIN pg_attrdef def ON (adrelid = attrelid AND adnum = attnum) JOIN pg_constraint cons ON (conrelid = adrelid AND adnum = conkey[1])...