Re: [PATCHES] Fix doc for initcap

2004-02-26 Thread Dennis Bjorklund
On Thu, 26 Feb 2004, Neil Conway wrote: > The improved text is still wrong: initcap() no longer uses whitespace > to separate words. Aha, I didn't know the function had changed at all. How does it work with respect to the locale? When you say that a word is a sequence of alphanum characters, wh

Re: [PATCHES] Minor fixes (mostly win32)

2004-02-26 Thread Claudio Natoli
> These buffering fixes - are they enough to get around the buffering > issues on the mingw console? I assume no? Nope. :-( That's one for the mingw/msys people. Cheers, Claudio --- Certain disclaimers and policies apply to all email sent from Memetrics. For the full text of these disclaimers

Re: [PATCHES] "sql_features" does not exist( Very Urgent)

2004-02-26 Thread Stephan Szabo
On Thu, 26 Feb 2004 [EMAIL PROTECTED] wrote: > I create a plpgsql function for grant rights for the postgres users. > The same function is working properly in the previous versions. But it > gives the following error message. You're not putting in the schema names in your grant statements so t

[PATCHES] "sql_features" does not exist( Very Urgent)

2004-02-26 Thread rajaguru
Hai,   I create a plpgsql function for grant rights for the postgres users.  The same function is working properly in the previous versions. But it gives the following error message. // Error Message given by the postgres ERROR:  relation "sql_features" does not existCONTEXT:  PL/pgSQL function "u

Re: [PATCHES] Fix doc for initcap

2004-02-26 Thread Neil Conway
Dennis Bjorklund <[EMAIL PROTECTED]> writes: > Here is a small doc patch that says that initcap lowercases the rest > of the characters in the string. The current doc suggests that it > only touches the first character in each word, which is not what the > function does. The improved text is still

Re: [PATCHES] Minor fixes (mostly win32)

2004-02-26 Thread Magnus Hagander
> For application to HEAD, following community review. > > * Mostly, casting etc to remove compilation warnings in win32 > only code. > > * main.c: set _IONBF to stdout/stderr under win32 (under > win32, _IOLBF defaults to full buffering) > > * pg_resetxlog/Makefile: ensures dirmod.o gets clea

[PATCHES] Minor fixes (mostly win32)

2004-02-26 Thread Claudio Natoli
For application to HEAD, following community review. * Mostly, casting etc to remove compilation warnings in win32 only code. * main.c: set _IONBF to stdout/stderr under win32 (under win32, _IOLBF defaults to full buffering) * pg_resetxlog/Makefile: ensures dirmod.o gets cleaned (got bitten by