Re: [HACKERS] 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 hap

Re: [HACKERS] [PATCHES] Patch for database locale settings

2005-03-28 Thread Alexey Slynko
ng could be set per-database. regards, tom lane Alexey Slynko E-mail: [EMAIL PROTECTED] ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings

[HACKERS] About index_build

2005-04-07 Thread Alexey Slynko
); index_close(index); } Is it a bug or feature ? Alexey Slynko E-mail: [EMAIL PROTECTED] ---(end of broadcast)--- TIP 7: don't forget to increase your free spac

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

2006-01-24 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 express. Com

[HACKERS] Optimizer bug in 8.1.0?

2005-11-18 Thread Alexey Slynko
Hi, I have database with two tables: test1=# \d messages Table "public.messages" Column | Type| Modifiers --+---+--- msg_id | integer | not null sections | integer[] | Indexes: "messages_pkey" PRIMARY KEY, btree (msg_id) "messages_sect_idx" gist (sec