[BUGS] BUG #6478: Foreign tables not displayed

2012-02-20 Thread roman
The following bug has been logged on the website: Bug reference: 6478 Logged by: Roman Chmela Email address: ro...@chmela.sk PostgreSQL version: 9.1.2 Operating system: 1) Windows 7 pro, 2) Ubuntu Description: Hello I have setup successfully foreign table, fully

[BUGS] BUG #6268: multiple update with on cascade

2011-10-25 Thread Roman Lytovchenko
The following bug has been logged online: Bug reference: 6268 Logged by: Roman Lytovchenko Email address: roman.lytovche...@gmail.com PostgreSQL version: 9.1.1 Operating system: Mac OS X 10.6.8 Description:multiple update with on cascade Details: create table t2

[BUGS] BUG #6202: type of union column selection bug

2011-09-10 Thread Roman
The following bug has been logged online: Bug reference: 6202 Logged by: Roman Email address: zo...@oe-it.ru PostgreSQL version: 9.0.4 Operating system: Win7x64 Description:type of union column selection bug Details: Query select null union select 4 is Ok but

[BUGS] BUG #6075: mergejoin early termination estimates bug or defficiency

2011-06-22 Thread Roman
The following bug has been logged online: Bug reference: 6075 Logged by: Roman Email address: roman_...@hotmail.com PostgreSQL version: 9.0.3 Operating system: Red Hat 4.4.1-2, 64-bit Description:mergejoin early termination estimates bug or defficiency Details

[BUGS] BUG #5542: Query optimization problem

2010-07-06 Thread Roman
The following bug has been logged online: Bug reference: 5542 Logged by: Roman Email address: zo...@oe-it.ru PostgreSQL version: 9.0 Operating system: Win7 x64 Description:Query optimization problem Details: I have a query: SELECT d1.ID, d2.ID FROM DocPrimary d1

Re: [BUGS] BUG #5257: wrong results of SUBSTRING with SQL regular expressions

2010-01-02 Thread Roman Kononov
I don't know what SQL2008 says about SUBSTRING, but SQL2003 says in ISO/IEC 9075-2:2003 (E), 6.29 , General Rules, 5), page 261: d) If R [the regular expression] does not contain exactly two occurrences of the two-character sequence consisting of E [the escape character], each immediately fol

[BUGS] BUG #5257: wrong results of SUBSTRING with SQL regular expressions

2010-01-02 Thread Roman Kononov
The following bug has been logged online: Bug reference: 5257 Logged by: Roman Kononov Email address: kono...@ftml.net PostgreSQL version: 8.4.2 Operating system: GNU/Linux x86_64 Description:wrong results of SUBSTRING with SQL regular expressions Details: test

Re: [BUGS] BUG #5237: strange int->bit and bit->int conversions

2009-12-12 Thread Roman Kononov
The bitfromint8() and bitfromint4() are hosed. They produce wrong results when the BIT size is more than 64 and 32 respectively, and the BIT size is not multiple of 8, and the most significant byte of the integer value is not 0x00 or 0xff. For example: test=# select (11::int4<<23 | 11::int4):

[BUGS] BUG #5237: strange int->bit and bit->int conversions

2009-12-09 Thread Roman Kononov
The following bug has been logged online: Bug reference: 5237 Logged by: Roman Kononov Email address: kono...@ftml.net PostgreSQL version: 8.4.1 Operating system: GNU/Linux x86_64 Description:strange int->bit and bit->int conversions Details: test=# sele

Re: [BUGS] BUG #5039: 'i' flag i in regexp_replace ignored for polish letters

2009-10-23 Thread Kamil Roman
Hello, yes, I have been using UTF-8. Shouldn't this behaviour be at least documented in the postgresql documentation? I am aware that it is a bug, but if it is not likely to be fixed soon IMHO it should be documented somehow. Regards, Kamil Roman 2009/10/22 Tom Lane > Robert Haas

[BUGS] BUG #5126: convert_to preventing index scan

2009-10-19 Thread Roman Kapusta
The following bug has been logged online: Bug reference: 5126 Logged by: Roman Kapusta Email address: roman.kapu...@gmail.com PostgreSQL version: 8.3.8-1 Operating system: fedora 11 i586 (32bit) Description:convert_to preventing index scan Details: I have table

[BUGS] BUG #5039: 'i' flag i in regexp_replace ignored for polish letters

2009-09-05 Thread Kamil Roman
The following bug has been logged online: Bug reference: 5039 Logged by: Kamil Roman Email address: kamil.lech.ro...@gmail.com PostgreSQL version: 8.3.7 Operating system: Windows XP Description:'i' flag i in regexp_replace ignored for polish letters Details

[BUGS] BUG #4926: too few pathkeys for mergeclauses

2009-07-16 Thread Roman Kononov
The following bug has been logged online: Bug reference: 4926 Logged by: Roman Kononov Email address: kono...@ftml.net PostgreSQL version: 8.4.0 Operating system: Linux x86_64 Description:too few pathkeys for mergeclauses Details: test=# create table junk(i int

[BUGS] BUG #4874: vacuum doest work

2009-06-23 Thread Roman Galeev
The following bug has been logged online: Bug reference: 4874 Logged by: Roman Galeev Email address: i...@ncom-ufa.ru PostgreSQL version: 8.1 Operating system: Debian Sarge Description:vacuum doest work Details: I've constantly got messages like this: 2009-

Re: [BUGS] BUG #4748: hash join and sort-merge join make different results

2009-04-03 Thread Roman Kononov
On 2009-04-03 23:32 Tom Lane said the following: Roman Kononov writes: On 2009-04-03 14:57 Tom Lane said the following: I think we could fix this by having interval_hash() duplicate the total-span calculation done by interval_cmp_internal, and then return the hash of the resulting TimeOffset

Re: [BUGS] BUG #4748: hash join and sort-merge join make different results

2009-04-03 Thread Roman Kononov
On 2009-04-03 14:57 Tom Lane said the following: I think we could fix this by having interval_hash() duplicate the total-span calculation done by interval_cmp_internal, and then return the hash of the resulting TimeOffset. This is going to break existing hash indexes on intervals, but there seem

[BUGS] BUG #4748: hash join and sort-merge join make different results

2009-04-03 Thread Roman Kononov
The following bug has been logged online: Bug reference: 4748 Logged by: Roman Kononov Email address: kono...@ftml.net PostgreSQL version: 8.3.7 Operating system: GNU/Linux x86_64 Description:hash join and sort-merge join make different results Details: test-std

Re: [BUGS] BUG #4739: strange behavior of EXTRACT(quarter from INTERVAL)

2009-03-28 Thread Roman Kononov
ar project"). I think that a quarter is 1/4 year and that is it. Regards, Roman -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

[BUGS] BUG #4739: strange behavior of EXTRACT(quarter from INTERVAL)

2009-03-28 Thread Roman Kononov
The following bug has been logged online: Bug reference: 4739 Logged by: Roman Kononov Email address: kono...@ftml.net PostgreSQL version: 8.3.7 Operating system: GNU/Linux x86_64 Description:strange behavior of EXTRACT(quarter from INTERVAL) Details: test=# select

[BUGS] BUG #4718: "select +'8:00'::interval;" gives an error

2009-03-20 Thread Roman Kononov
The following bug has been logged online: Bug reference: 4718 Logged by: Roman Kononov Email address: kono...@ftml.net PostgreSQL version: 8.3.7 Operating system: GNU/Linux x86_64 Description:"select +'8:00'::interval;" gives an error Details:

[BUGS] BUG #4702: refusal to compute date_trunc('week', '0001-12-09 BC');

2009-03-13 Thread Roman Kononov
The following bug has been logged online: Bug reference: 4702 Logged by: Roman Kononov Email address: kono...@ftml.net PostgreSQL version: 8.3.6 and older Operating system: GNU/Linux x86_64 Description:refusal to compute date_trunc('week', '0001-12-0

[BUGS] BUG #4114: Inconsistent shift operator

2008-04-18 Thread Roman Kononov
The following bug has been logged online: Bug reference: 4114 Logged by: Roman Kononov Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.1 Operating system: x86_64 GNU/Linux Description:Inconsistent shift operator Details: The below test cases show the

[BUGS] Inconsistent shift operator

2008-04-18 Thread Roman Kononov
The below test cases show the obvious inconsistency between different integer types. Regards, Roman test=# \t Showing only tuples. test=# select 1::int2 << 17; 0 test=# select 1::int4 << 33; 2 test=# select 1::int8 << 65; 2 test=# select 2::int

[BUGS] BUG #3892: Invalid week determination

2008-01-21 Thread Roman
The following bug has been logged online: Bug reference: 3892 Logged by: Roman Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.4 Operating system: FC6 Description:Invalid week determination Details: Hello Today is 2007-01-21. select to_char(now(),'y

[BUGS] BUG #2979: Functional indexes ERROR while updating table

2007-02-08 Thread Roman Grigorovich
The following bug has been logged online: Bug reference: 2979 Logged by: Roman Grigorovich Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.7 Operating system: FreeBSD 5.4-RELEASE Description:Functional indexes ERROR while updating table Details: create

[BUGS] BUG #2913: Subscript on multidimensional array yields no value

2007-01-19 Thread Roman Nowak
The following bug has been logged online: Bug reference: 2913 Logged by: Roman Nowak Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.1 Operating system: Windows XP Description:Subscript on multidimensional array yields no value Details: SELECT (ARRAY[[1,2

[BUGS] BUG #2846: inconsistent and confusing handling of underflows, NaNs and INFs

2006-12-21 Thread Roman Kononov
The following bug has been logged online: Bug reference: 2846 Logged by: Roman Kononov Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.0 and older Operating system: linux 2.6.15-27-amd64 ubuntu Description:inconsistent and confusing handling of underflows

[BUGS] BUG #2754: cache lookup failed for function 8470229

2006-11-12 Thread Roman Shterenzon
The following bug has been logged online: Bug reference: 2754 Logged by: Roman Shterenzon Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.3 Operating system: RHEL3 Description:cache lookup failed for function 8470229 Details: We receive: "ERROR:

[BUGS] BUG #1577: round(dp) function does not round to nearest integer properly

2005-04-10 Thread Roman Schayuk
The following bug has been logged online: Bug reference: 1577 Logged by: Roman Schayuk Email address: [EMAIL PROTECTED] PostgreSQL version: 7.2.2 Operating system: RedHat Linux 8.0 x86 Description:round(dp) function does not round to nearest integer properly Details

[BUGS] sequences and rollback

2005-03-31 Thread Rick Roman
Do I understand correctly that you cannot roll back sequences? JDBC example: connect(); db.setAutoCommit(false); Statement stmt=db.createStatement(); stmt.executeQuery("select nextval('test_seq')"); ... other table updates ... stmt.close(); db.rollba

Re: [BUGS] relation "pg_user" does not exist

2005-03-02 Thread Rick Roman
> "Rick Roman" <[EMAIL PROTECTED]> writes: >> I am running PostgreSQL 7.4.7 on Fedora Core 3. I get a lot of >> warnings from pgAdmin III: > >> relation "pg_user" does not exist > > You've probably been bit by the problems with SELinux

[BUGS] relation "pg_user" does not exist

2005-03-02 Thread Rick Roman
I am running PostgreSQL 7.4.7 on Fedora Core 3. I get a lot of warnings from pgAdmin III: relation "pg_user" does not exist but it doesn't seem to prevent me from doing most operations. More seriously, I cannot execute a backup. I get the following message: **

[BUGS] Readline lib configure error. Help

2004-01-21 Thread Roman Avdeenko
Hi! Use RH Linux90. Try configure postgresql-7.4.1 Type ./configure Error is checking for readline... no configure: error: readline library not found If you have readline already installed, see config.log for details on the failure. It is possible the compiler isn't looking in the proper director

[BUGS] Driver Bug jdbc7.0-1.2.jar.

2002-01-14 Thread Roman Levandovsky
some values when i try to use it from anywhere else. I will attach the code i am trying to build, you can run it and see what happnes, i have used Jbuilder 5.0 to run this code.   Thanks in advance,   Roman Levandovsky. UserInterface.java Description: java/ ImageCanvas.java Description: java