when to use lc_locale and lc_messages in the codebase.
Any thoughts?
Regards,
Gevik Babakhani
PostgreSQL NL http://www.postgresql.nl
TrueSoftware BV http://www.truesoftware.nl
&g
t; Cc: Tom Lane; Thomas H.; pgsql-bugs@postgresql.org; Gevik Babakhani
> Subject: Re: [BUGS] BUG #4186: set lc_messages does not work
>
> Bruce Momjian wrote:
> > Tom Lane wrote:
> >> Magnus Hagander <[EMAIL PROTECTED]> writes:
> >>> Thomas H. wrote:
perhaps this helps
http://www.webservertalk.com/archive308-2007-3-1836413.html
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of vha
> Sent: Sunday, February 10, 2008 7:55 PM
> To: pgsql-bugs@postgresql.org
> Subject: [BUGS] BUG #3951: SELECT ... W
The following bug has been logged online:
Bug reference: 3939
Logged by: Gevik Babakhani
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.3
Operating system: Windows XP 32bit
Description:(Possibly) no NLS in 8.3 Windows
Details:
When installing 8.3 on Windows
I might be very wrong, but when I try to install 8.3 on Windows with NLS
options selected, no share/locale files are installed. could someone please
test or confirm this?
Regards,
Gevik.
---(end of broadcast)---
TIP 1: if posting/reading through Us
typo there, it should be 8.3RC2
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Gevik Babakhani
> Sent: Thursday, January 24, 2008 1:19 PM
> To: pgsql-bugs@postgresql.org
> Subject: [BUGS] Windows setup Error RC2
>
> I am
or pops up.
"Error binding the test network socket:10013"
The server is behind a firewall and internet activity
also goes through a proxy server.
Regards,
Gevik Babakhani
PostgreSQL NL http://www.postgresql.nl
TrueSoftware BV http:/
I think this is not a bug.
abs(300 - 200)/200 is calculated as integer.
try:
gevik=# SELECT abs(300 - 200)/200::float*100 as bad, abs(300-200)*100/200 as
good;
bad | good
-+--
50 | 50
(1 row)
Gevik Babakhani
PostgreSQL NL http