[BUGS] BUG #3934: Connection error in CGI Script

2008-02-06 Thread Ram Vinay Pandey
The following bug has been logged online: Bug reference: 3934 Logged by: Ram Vinay Pandey Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2 Operating system: Linux (CentOS) Description:Connection error in CGI Script Details: Hi, Hi, Here I am sending my CGI

[BUGS] BUG #3935: about Unicode values

2008-02-06 Thread Vaibhav More
The following bug has been logged online: Bug reference: 3935 Logged by: Vaibhav More Email address: [EMAIL PROTECTED] PostgreSQL version: 1.6.2 Operating system: Windows XP Description:about Unicode values Details: I have problem in displaying Unicode(UTF-8) intege

Re: [BUGS] BUG #3935: about Unicode values

2008-02-06 Thread Michael Fuhr
On Wed, Feb 06, 2008 at 06:11:24AM +, Vaibhav More wrote: > PostgreSQL version: 1.6.2 This looks like a pgAdmin version, not a PostgreSQL version. What does "SELECT version()" return? > I have problem in displaying Unicode(UTF-8) integer values in my query. > insert in table values('२६','वैभ

[BUGS] BUG #3936: don't supporting case-insensitive regexp in russian UTF-8 encoding

2008-02-06 Thread Kirill
The following bug has been logged online: Bug reference: 3936 Logged by: Kirill Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.0 Operating system: openSUSE 10.2 Description:don't supporting case-insensitive regexp in russian UTF-8 encoding Details: don't s

[BUGS] Vers. 8.3.0: "make check" fails dismally

2008-02-06 Thread Mike Dowling
Hello postgresql developers, assuming, of course, somebody actually reads this bug report. Naively checking the build using "make check" (yes, gnu make, and as an unprivaleged user) fails all tests. The apparent reason is that postgres cannot find its shared libraries. FIX: Enter $ export L

[BUGS] possible bug windows setup

2008-02-06 Thread Gevik Babakhani
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

Re: [BUGS] Vers. 8.3.0: "make check" fails dismally

2008-02-06 Thread Peter Eisentraut
Am Mittwoch, 6. Februar 2008 schrieb Mike Dowling: > Naively checking the build using "make check" (yes, gnu make, and as an > unprivaleged user) fails all tests.  The apparent reason is that > postgres cannot find its shared libraries. Which platform? -- Peter Eisentraut http://developer.postgr

[BUGS] Re: BUG #3924: Create Database with another encoding as the encoding from postgres

2008-02-06 Thread Pit M.
Heikki Linnakangas wrote: Yes, that's an intentional change. From release notes: I had the same problem this morning. We provide a sample database with LATIN1 encoding (included in our setup). So how can i change my encoding to have a database that can be used with PG 8.1; 8.1; 8.2 and 8.3 wit

Re: [BUGS] Vers. 8.3.0: "make check" fails dismally

2008-02-06 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > Am Mittwoch, 6. Februar 2008 schrieb Mike Dowling: >> Naively checking the build using "make check" (yes, gnu make, and as an >> unprivaleged user) fails all tests.  The apparent reason is that >> postgres cannot find its shared libraries. > Which pla

[BUGS] BUG #3937: timestamp null value comparison in subquery using IN/NOT IN

2008-02-06 Thread Jan Mate
The following bug has been logged online: Bug reference: 3937 Logged by: Jan Mate Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.6 Operating system: Linux & Mac OS X Description:timestamp null value comparison in subquery using IN/NOT IN Details: Compariso

Re: [BUGS] BUG #3937: timestamp null value comparison in subquery using IN/NOT IN

2008-02-06 Thread Tom Lane
"Jan Mate" <[EMAIL PROTECTED]> writes: > Comparison between null and timestamp null value is not correct. No, it's your expectations that are not correct. Null is not "equal to" null --- in fact both the queries you show will evaluate the WHERE clause as null (unknown). > Is there any other way