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
> 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
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
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
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
> 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
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