lang - Search results in mailing lists

2008-03-11 07:40:59 | Fix HAVE_LONG[_LONG]_INT_64 to really define to 1 (Zoltan Boszormenyi)

LANG_BOOL_COMPILE_ *** 62,68 **** Ac_define=$Ac_cachevar if test x"$Ac_cachevar" = xyes

2008-01-28 12:04:47 | Re: WIP: plpgsql source code obfuscation (Gregory Stark)

lang or some configuration location which the obfuscate:plperl interpreter knows where to find. -- Gregory

2007-06-09 17:55:19 | Re: Regression tests (Magnus Hagander)

lang load the named language before running the\n")); printf(_(" tests; can appear multiple times

2007-06-06 16:13:50 | Re: [HACKERS] msvc, build and install with cygwin in the PATH (Hannes Eder)

lang; next unless /^(.*)\.po/; $lang = $1; --- 406,425 ---- { my $target = shift; my $nlspath = shift; print

2007-01-22 21:46:47 | Re: [HACKERS] Win32 WEXITSTATUS too (Bruce Momjian)

LANG_ENGLISH, SUBLANG_DEFAULT), ! last_system_error, ! sizeof(last_system_error) - 1, ! NULL) == 0) ! snprintf

2006-09-05 11:39:43 | Re: Gen_fmgrtab.sh fails with LANG=et_EE (Tom Lane)

same in Gen_fmgrtab.sh? A quick LANG=C seems less invasive than this. regards, tom lane

2006-06-02 23:20:37 | Re: [HACKERS] pg_resetxlog -r flag (Bruce Momjian)

LANG and so ! forth match the environment that initdb was run in. ! /xlog files are used

2006-04-25 23:19:16 | Re: [HACKERS] For Review: Allow WAL information to recover corrupted (Bruce Momjian)

LANG and so forth ! match the environment that initdb was run in. ! If you are not able

2005-11-28 10:49:53 | Re: Case Conversion Fix for MB Chars (Volkan YAZICI)

LANG="tr_TR.ISO-8859-9" usr/bin/postmaster -D var/data $ usr/bin/createdb -E latin5 test_latin5 $ usr/bin/psql

2005-11-21 15:21:56 | Re: aclchk.c refactor (Alvaro Herrera)

lang_oid, Oid roleid, AclMode mask, AclMaskHow how); extern AclMode pg_namespace_aclmask(Oid nsp_oid, Oid roleid

2005-09-03 13:23:13 | Proof-of-concept patch for CREATE LANGUAGE template idea (Tom Lane)

lang(languageName, handlerOid, valOid, stmt->pltrusted); ! } ! } ! ! /* ! * Guts of language creation. ! */ ! static void ! create_proc_lang

2005-08-26 13:16:08 | Re: force C locale for temp regression installations (Andrew Dunstan)

LANG LANGUAGE Both Petr and I have seen that with --no-locale set the regression

2005-06-24 23:24:40 | Re: Add PG version number to NLS files (Bruce Momjian)

lang in $(LANGUAGES); do \ ! $(INSTALL_DATA) po/$$lang.mo $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(CATALOG_NAME).mo || exit

2005-05-14 23:34:33 | [Fwd: Re: [HACKERS] alternate regression dbs?] (Andrew Dunstan)

lang load the named language before running the *************** *** 123,128 **** --- 124,132 ---- --version) echo "pg_regress

2005-05-11 17:29:46 | Re: [HACKERS] plperl and pltcl installcheck targets (Andrew Dunstan)

lang=`expr "x$1" : "x--load-language=\(.*\)"` + load_langs="$load_langs $lang" + unset lang + shift