[HACKERS] Parser - keyword cathegory

2008-12-09 Thread Radek Strnad
you Kind regards Radek Strnad

Re: [HACKERS] WIP patch: Collation support

2008-09-02 Thread Radek Strnad
I think at least case sensitivity can be done by comparing two strings converted to upper case with toupper() function. Regards Radek Strnad > > On Tue, Sep 2, 2008 at 2:00 PM, Martijn van Oosterhout <[EMAIL > PROTECTED]>wrote: > >> On Tue, Sep 02, 2008 at 02:50:47PM

Re: [HACKERS] WIP patch: Collation support

2008-09-01 Thread Radek Strnad
Ok, so do you suggest to leave it with a notice "reindex database" or start to solve it somehow? Regards Radek Strnad On Mon, Sep 1, 2008 at 12:08 AM, Alvaro Herrera <[EMAIL PROTECTED]>wrote: > Radek Strnad escribió: > > > - when creating database with different col

Re: [HACKERS] [WIP] patch - Collation at database level

2008-08-02 Thread Radek Strnad
hesis concerning this topic where everything will be explained in details so stay tuned. Regards Radek Strnad

Re: [HACKERS] [WIP] collation support revisited (phase 1)

2008-07-20 Thread Radek Strnad
over these encodings set in chklocale.c. Each database will be able to use only collations that are created over same ("compatible") encodings regarding encoding_match_list. Each standard collation (SQL standard) will be defined over all possible encodings (hard-coded). Comments? Rega

[HACKERS] [WIP] collation support revisited (phase 1)

2008-07-10 Thread Radek Strnad
When changing databases the database collation will be retrieved from type text from pg_type. This part should be the only one that will be deleted when proceeding with phase 2. But that will take a while :-) Thanks for all your comments Regards Radek Strnad

Re: [HACKERS] [WIP] patch - Collation at database level

2008-07-02 Thread Radek Strnad
stage I'll implement function that will use system locales. Adding ICU or any other library won't be that big deal. Radek Strnad On Wed, Jul 2, 2008 at 8:22 PM, Gregory Stark <[EMAIL PROTECTED]> wrote: > "Tom Lane" <[EMAIL PROTECTED]> writes: > > > Alva

[HACKERS] [WIP] patch - Collation at database level

2008-07-01 Thread Radek Strnad
or all your replies in advance. Regards Radek Strnad Index: backend/parser/keywords.c === RCS file: /projects/cvsroot/pgsql/src/backend/parser/keywords.c,v retrieving revision 1.194 diff -c -r1.194 keywords.c *** backend/parser/keywor

Re: [HACKERS] Proposal - Collation at database level

2008-05-30 Thread Radek Strnad
Zdenek Kotala wrote: Radek Strnad napsal(a): I'm thinking of dividing the problem into two parts - in beginning pg_collation will contain two functions. One will have hard-coded rules for these basic collations (SQL_CHARACTER, GRAPHIC_IRV, LATIN1, ISO8BIT, UCS_BASIC). It will compare

[HACKERS] Proposal - Collation at database level

2008-05-27 Thread Radek Strnad
lier pg_database has been also extended with lc_collate and lc_ctype records that currently sets lc_collate and lc_ctype per each database. Please let me know if my idea is right or needs some adjusts. Thank you Regards Radek Strnad -- Sent via pgsql-hackers mailing

[HACKERS] Collation at database level

2008-04-16 Thread Radek Strnad
ded collations. Any sugestions? Radek Strnad -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers