Re: [HACKERS] NLS support for postgreSQL

2004-08-22 Thread Robert Treat
On Sunday 22 August 2004 07:53, Mahmoud Taghizadeh wrote: > 1. we want to translate some postgreSql documents > (FAQ, tutorial for start). I want to know who is > responsible for this part in postgreSQL (we are from > IRAN) > If you translate the FAQ, make sure it is the html version (http://deve

Re: [HACKERS] NLS support for postgreSQL

2004-08-22 Thread Shachar Shemesh
Mahmoud Taghizadeh wrote: 3. we are planning to add locale per column for postgreSQL, but I found that you had said its impossible. am I right? do you have any paper about it? One of the ways to solve this is to have a special data type for this purpose. Check out the mssqlext project on pgfou

Re: [HACKERS] NLS support for postgreSQL

2004-08-22 Thread Dennis Bjorklund
On Sun, 22 Aug 2004, Mahmoud Taghizadeh wrote: > 3. we are planning to add locale per column for > postgreSQL, but I found that you had said its > impossible. am I right? do you have any paper about > it? > > 4. If I want to add collate order for postgreSQL what > should I do? is there any guid

Re: [HACKERS] NLS support for postgreSQL

2004-08-22 Thread Peter Eisentraut
Mahmoud Taghizadeh wrote: > 1. we want to translate some postgreSql documents > (FAQ, tutorial for start). I want to know who is > responsible for this part in postgreSQL (we are from > IRAN) You are. :) > 2. there is a little bug about our monetary in > postgreSQL (locale), if I want to fix it w