[PATCHES] Patch for database locale settings

2005-03-28 Thread Alexey Slynko
Hi, this patch allow to use database locale settings. It remove cluster locale settings, and append LCCTYPE and LCCOLLATE items to CREATE DATABASE syntax. Any considerations ? best regards, Alexey SlynkoIndex: src/backend/access/transam/xlog.c

Re: [PATCHES] Patch for database locale settings

2005-03-28 Thread Alexey Slynko
On Mon, Mar 28, 2005 at 12:16:42PM +0400, Alexey Slynko wrote: this patch allow to use database locale settings. It remove cluster locale settings, and append LCCTYPE and LCCOLLATE items to CREATE DATABASE syntax. Any considerations ? The problem with this is what happens to indexes

Re: [PATCHES] Patch for database locale settings

2005-03-28 Thread Alexey Slynko
Alexey Slynko E-mail: [EMAIL PROTECTED] ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

[PATCHES] TODO item: locale per database patch (new iteration)

2006-01-22 Thread Alexey Slynko
Hi, it's a renewed locale per database patch. Unfortunately, i've not found clean way to rebuild database indexes automatically, if locale settings of two databases (created and template) are differs. Now it's only raises a NOTICE. So, if anyone has a right notion about it - let will