Thread: lc_monetary
I'd like to get lc_monetary to start working on my cygwin/Win2000 setup. I've tried: SET lc_monetary='en_US.ISO8559-1'; but I get an error stating that "en_US.ISO8559-1" is an illegal value. This works under RedHat and FreeBSD. I've also tried 'en_US.UTF-8'. What do I need to do to get it to work under cygwin? Thanks! Mark
Hiya, This might be just the fact that locales are not supported under cygwin? Just like you can only create your database in locale=C? regards, --Tim > -----Original Message----- > From: pgsql-cygwin-owner@postgresql.org > [mailto:pgsql-cygwin-owner@postgresql.org]On Behalf Of Mark Lubratt > Sent: donderdag 18 maart 2004 1:50 > To: pgsql-cygwin@postgresql.org > Subject: [CYGWIN] lc_monetary > > > I'd like to get lc_monetary to start working on my > cygwin/Win2000 setup. > > I've tried: > > SET lc_monetary='en_US.ISO8559-1'; > > but I get an error stating that "en_US.ISO8559-1" is an > illegal value. > This works under RedHat and FreeBSD. I've also tried 'en_US.UTF-8'. > > What do I need to do to get it to work under cygwin? > > Thanks! > Mark > > > ---------------------------(end of > broadcast)--------------------------- > TIP 9: the planner will ignore your desire to choose an index > scan if your > joining column's datatypes do not match >
I was afraid of that... Thanks! On Mar 19, 2004, at 9:09 AM, Leeuw van der, Tim wrote: > Hiya, > > This might be just the fact that locales are not supported under > cygwin? Just like you can only create your database in locale=C? > > regards, > > --Tim > >> -----Original Message----- >> From: pgsql-cygwin-owner@postgresql.org >> [mailto:pgsql-cygwin-owner@postgresql.org]On Behalf Of Mark Lubratt >> Sent: donderdag 18 maart 2004 1:50 >> To: pgsql-cygwin@postgresql.org >> Subject: [CYGWIN] lc_monetary >> >> >> I'd like to get lc_monetary to start working on my >> cygwin/Win2000 setup. >> >> I've tried: >> >> SET lc_monetary='en_US.ISO8559-1'; >> >> but I get an error stating that "en_US.ISO8559-1" is an >> illegal value. >> This works under RedHat and FreeBSD. I've also tried 'en_US.UTF-8'. >> >> What do I need to do to get it to work under cygwin? >> >> Thanks! >> Mark >> >> >> ---------------------------(end of >> broadcast)--------------------------- >> TIP 9: the planner will ignore your desire to choose an index >> scan if your >> joining column's datatypes do not match >> > >