prefixing - Search results in mailing lists

2008-07-23 14:03:00 | Re: pg_dump additional options for performance (Simon Riggs)

prefixes "pre" and "post" no longer appear anywhere. No latin derived phrases, just good ol' Anglo

2008-07-18 14:30:50 | Re: [HACKERS] WITH RECUSIVE patches 0717 (Erik)

prefix=${install_dir} \ --with-pgport=${pgport} \ --quiet \ --enable-depend \ --enable-cassert \ --enable-debug \ --with-openssl

2008-07-17 13:01:29 | Re: WITH RECUSIVE patches 0717 (David Fetter)

prefix set, then tried to make, and got: make[3]: *** No rule to make target

2008-06-27 05:06:57 | Explain XML patch (raneyt@cecs.pdx.edu)

prefix */ ! for (i = 0; i < indent; i++) ! appendStringInfo(str, " "); ! appendStringInfo(str, " Output: "); /* Deparse each non-junk

2008-05-06 23:34:21 | Re: [HACKERS] [GENERAL] psql \pset pager (Bruce Momjian)

prefixes thereof. + */ bool ! ParseVariableBool(const char *value) { ! size_t len; ! ! if (value == NULL) return false

2008-04-04 17:20:35 | Partial match in GIN (Teodor Sigaev)

PREFIX) to point to its prefix path. Here there is a unclean issue: now tsquery

2008-03-06 17:17:02 | Minimum selectivity estimate for LIKE 'prefix%' (Tom Lane)

prefix, such as col >= 'prefix' AND col < 'prefiy' if the prefix is more than a few characters

2008-02-29 13:56:07 | Re: DTrace probe patch for OS X Leopard (Tom Lane)

script to put a prefix on the macro names before we start to use it? regards, tom lane

2008-02-14 18:25:01 | Re: Fix for 8.3 MSVC locale (Was [HACKERS] NLS on MSVC strikes back!) (Gevik Babakhani)

prefix=/home/gevik/build --without-zlib --enable-nls 6. make check, every thing was OK and 114 tests

2007-12-06 20:19:42 | Proposed patch to make mergejoin cost estimation more symmetric (Tom Lane)

prefix_selectivity(VariableStatData *vardata, Oid vartype, Oid opfamily, Const *prefixcon); static Selectivity pattern_selectivity(Const

2007-11-26 22:13:51 | Proposed patch for operator lookup caching (Tom Lane)

prefix op */ + Oid right_arg; /* Right input OID, or 0 if postfix op */ + Oid search

2007-11-26 10:34:56 | pg_regress: stat correct paths (Jorgen Austvik - Sun Norway)

prefix, strlen(*name) - 6, "%s", *name); snprintf(srcfile, MAXPGPATH, "%s/%s", indir, *name); ! snprintf(destfile

2007-11-10 16:21:04 | Re: tsearch2api .. wrapper for integrated fultext (Pavel Stehule)

calling. I am not able select integrated functions. That was reason for use prefix tsa.

2007-11-03 14:16:01 | Re: V0.2 patch for TODO Item: SQL-language reference parameters by name. (David Fetter)

PREFIX (required to be of type text) which would enable people to change from the default

2007-11-02 14:24:58 | Re: V0.1 patch for TODO Item: SQL-language reference parameters by name. (Pavel Stehule)

prefixes can help create function foo(a integer) returns integer as $$ select a from t where