[BUGS] BUG #5027: SQL query error?

2009-09-01 Thread Dmitry
The following bug has been logged online: Bug reference: 5027 Logged by: Dmitry Email address: mas...@hsdesign.ru PostgreSQL version: 8.3.5 Operating system: ALT Linux Description:SQL query error? Details: Hello, I try to make user rating by this query: "

[BUGS] BUG #3555: does not work VACUUM

2007-08-19 Thread Dmitry
The following bug has been logged online: Bug reference: 3555 Logged by: Dmitry Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1 Operating system: Linux Slackware 11 Description:does not work VACUUM Details: [EMAIL PROTECTED]:~# su postgres [EMAIL PROTECTED

[BUGS] Cannot to connect.

2004-09-10 Thread Dmitry
ini I uncomment line extension=php_pgsql.dll I have php 4.3.7 and I restart Apache, but it still does not work. I don't understand what I need to do else. Could you help me? -- Sincerely, Dmitry Shirokovskiy. Web-developer of 1ADW Co. www.1adw.com RUSSIA ---(end of

[BUGS] BUG #6101: ALTER TABLE hangs with AccessExclusiveLock

2011-07-08 Thread Dmitry
The following bug has been logged online: Bug reference: 6101 Logged by: Dmitry Email address: y4gr5...@gmail.com PostgreSQL version: 9.0.4 Operating system: Debian i686 2.6.32-5-686-bigmem Description:ALTER TABLE hangs with AccessExclusiveLock Details: ALTER locks

[BUGS] BUG #4444: Wrong formated pdf manual

2008-09-30 Thread Dmitry Orlov
The following bug has been logged online: Bug reference: Logged by: Dmitry Orlov Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.4 Operating system: Linux dorlov-laptop 2.6.24-19-rt #1 SMP PREEMPT RT Thu Aug 21 02:08:03 UTC 2008 i686 GNU/Linux Description

[BUGS] BUG #4461: Should avoid create tblspcs in system location

2008-10-09 Thread Dmitry Orlov
The following bug has been logged online: Bug reference: 4461 Logged by: Dmitry Orlov Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.3 Operating system: Ubuntu Hardy 8.04.1 Description:Should avoid create tblspcs in system location Details: if I issue

[BUGS] BUG #4861: Incorrect log_line_prefix default value in postgresql.conf

2009-06-18 Thread Dmitry Ryabov
The following bug has been logged online: Bug reference: 4861 Logged by: Dmitry Ryabov Email address: dmitry-rya...@mail.ru PostgreSQL version: 8.4rc1 Operating system: Windows Description:Incorrect log_line_prefix default value in postgresql.conf Details

[BUGS] BUG #4997: Expression evaluation rules

2009-08-20 Thread Dmitry Samokhin
The following bug has been logged online: Bug reference: 4997 Logged by: Dmitry Samokhin Email address: s...@mail.ru PostgreSQL version: 8.3.7 Operating system: Windows 2003 Server Description:Expression evaluation rules Details: As described in section "4

Re: [BUGS] BUG #4997: Expression evaluation rules

2009-08-20 Thread Dmitry Samokhin
in separate SQL queries and server procedures. Thanks for reply, closed. Dmitry. -- 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 #5466: Asia/Novosibirsk timezone problem

2010-05-19 Thread Dmitry Funk
The following bug has been logged online: Bug reference: 5466 Logged by: Dmitry Funk Email address: dif...@gmail.com PostgreSQL version: 8.4.4 Operating system: Windows 2003 R2 Description:Asia/Novosibirsk timezone problem Details: Current system timezone: Asia

[BUGS] call plpgsql function bug! (set arguments to NULL)

2000-11-26 Thread Dmitry Gercog
ached. Dmitry Gercog. mybase=# select version(); version -- PostgreSQL 7.0.2 on i686-pc-linux-gnulibc1, compiled by gcc egcs-2.91.66 (1 row) mybase=# CREATE FUNCTION tst_func(int4, int4) RETURNS IN

[BUGS] date_part('dow', '2001-03-25') ??!

2001-03-26 Thread Dmitry Gercog
em SuSe Linux 7.0 PostgreSQL version 7.0.3 When I use system command "date": date +%w -d '2001-03-25' I'm get correct result = '0'! Dmitry Gercog. ---(end of broadcast)--- TIP 3: if posting/reading through

[BUGS] Refcursor problem

2002-01-03 Thread Dmitry Fomichev
27;rs', 123); FETCH ALL IN rs; COMMIT; everything works fine. Am I missing something here? Workaround? The OS is Linux Red Hat 7.1, kernel 2.4.5, glibc 2.2.4 Thanks for your help! Dmitry Fomichev ---(end of broadcast)--- TIP 3: if posting/readi

[BUGS] Bad integer

2002-01-11 Thread Dmitry Macsema
roblem. Can you suggest something? -- Best regards, Dmitry mailto:[EMAIL PROTECTED] ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

[BUGS] A bug in gist code with fetch/move

2002-04-04 Thread Dmitry Tkach
POSTGRESQL BUG REPORT TEMPLATE Your name : Dima Tkach Your email address : [EMAIL PROTE

[BUGS] Patch for memory leaks in index scan

2002-04-19 Thread Dmitry Tkach
Ok, this sit around for a while, and, because there was no responses, I assume, that nothing jumps out at you as being terribly with my logic... Here is the patch (see the original problem description in the bottom)... It seems to be working (at least that query, that used to be running out of m

Re: [BUGS] Patch for memory leaks in index scan

2002-04-19 Thread Dmitry Tkach
Tom Lane wrote: >Dmitry Tkach <[EMAIL PROTECTED]> writes: > >>*** nodeIndexscan.c.origFri Apr 19 10:29:57 2002 >>--- nodeIndexscan.c Fri Apr 19 10:30:00 2002 >>*** >>*** 505,510 >>--- 505,514 >>

Re: [BUGS] Bug #644: Incorrect result in math operation

2002-04-24 Thread Dmitry Tsitelov
gt; (1 row) > I think it's a limitation of floating point numbers representation, not a PostgreSQL bug. Use NUMERIC type, if you need an "exact" precision: org=> SELECT 3088.8::numeric(8,3) - (2847.64::numeric(8,3) + 241.16::numeric(8,3)) AS silly; silly ---

[BUGS] BUG #3048: pg_dump dumps intarray metadata incorrectly

2007-02-22 Thread Dmitry Koterov
The following bug has been logged online: Bug reference: 3048 Logged by: Dmitry Koterov Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.0 Operating system: Linux Description:pg_dump dumps intarray metadata incorrectly Details: Steps to reproduce: 1

Re: [BUGS] BUG #3048: pg_dump dumps intarray metadata incorrectly

2007-02-25 Thread Dmitry Koterov
ked, if we remove DEFAULT keyword, a dump is restored correctly. On 2/23/07, Tom Lane <[EMAIL PROTECTED]> wrote: "Dmitry Koterov" <[EMAIL PROTECTED]> writes: > [ pg_restore fails with ] > ERROR: could not make operator class "gin__int_ops" be default for ty

[BUGS] BUG #3233: Trigger checks failed on concurrent transactions

2007-04-17 Thread Dmitry Belyavsky
The following bug has been logged online: Bug reference: 3233 Logged by: Dmitry Belyavsky Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.6 Operating system: FreeBSD 6 Description:Trigger checks failed on concurrent transactions Details: Greetings! I have

[BUGS] BUG #3309: The limitation for number of connection with ODBC driver

2007-05-26 Thread Dmitry Dmitriev
The following bug has been logged online: Bug reference: 3309 Logged by: Dmitry Dmitriev Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.3.-1 Operating system: Windows XP Description:The limitation for number of connection with ODBC driver Details: We have

[BUGS] BUG #3314: DOMAIN NOT NULL constraint enforced in plPgSQL DECLARE clause.

2007-05-28 Thread Dmitry Maksyoma
The following bug has been logged online: Bug reference: 3314 Logged by: Dmitry Maksyoma Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.4-1 Debian Operating system: Debian unstable, 2.6.18-4-686 Description:DOMAIN NOT NULL constraint enforced in plPgSQL

[BUGS] BUG #3910: Incorrect behavior of UPDATE statement on tables with constraints UNIQUE/PRIMARY KEY

2008-01-29 Thread Dmitry Afanasiev
The following bug has been logged online: Bug reference: 3910 Logged by: Dmitry Afanasiev Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4.19 Operating system: FreeBSD 7.0 / 5.5 Description:Incorrect behavior of UPDATE statement on tables with constraints

Re: [BUGS] problem with the sum function

2002-05-07 Thread Dmitry Tkach
'group by' must be your problem. If you remove that clause from your second query, you should then get the same result (77) sum'ing the temp table... I hope, it helps... Dima Marco Kienzle wrote: >The following problem occur using the sum() function (see the attached >file for all the details

Re: [BUGS] Bug #681: creating indices after data insertion

2002-05-29 Thread Dmitry Tkach
Did you vacuum it? I hope, it helps... Dima [EMAIL PROTECTED] wrote: >Markus Grill ([EMAIL PROTECTED]) reports a bug with a severity of 2 >The lower the number the more severe it is. > >Short Description >creating indices after data insertion > >Long Description >Hello, > >in my opinion there i

[BUGS] It is a bug in pred_test()! (Was: [SQL] Please, HELP! Why is the query plan so wrong???)

2002-07-12 Thread Dmitry Tkach
ist) :-( Perhaps, somebody, familiar with this code could come up with a patch for this problem? This would be really great! Dima > > >Jie Liang > >-Original Message- >From: Dmitry Tkach [mailto:[EMAIL PROTECTED]] >Sent: Friday, July 12, 2002 7:34 AM >To: Jie Liang

[BUGS] JDBC timestamp does not understand [-]infinity

2002-07-23 Thread Dmitry Tkach
The attached patch fixes 'Bad Timestamp format' exception when timestamp value is 'ininity' or '-ininity'. I hope, it helps... Dima. Index: AbstractJdbc1ResultSet.java === RCS file: /projects/cvsroot/pgsql/src/interfaces/jdbc/org/

[BUGS] update 7.0 -> 7.2.2 problem with shared libraries?!

2002-09-09 Thread Dmitry Gertsog
uot; and only then "-lpq" only with such order of liraries, programs began work again. I think that library "pq" replace standart function with own. If it's true, it's wrong. Dmitry Gertsog. ---(end of broadcast)

[BUGS] Compund indexes and ORs

2003-06-06 Thread Dmitry Tkach
Here is a trouble I am having, that looks like a bug to me: create table abc (a int, b int, c int); create index abc_idx on abc (a,b,c); set enable_seqscan=off; explain select * from abc where a in (1,2,3); QUERY PLAN

[BUGS] Array.getArray ()

2003-05-30 Thread Dmitry Tkach
Hi, everybody! I have run into a couple of problems having to do with parsing text arrays in jdbc (Array.getArray ()): - First of all, it skips backslashes, but does not really use them as escape characters (for example, if the array element has a string, looking like \"blah\", it will (incorr

Re: [BUGS] Installation problems

2003-06-07 Thread Dmitry Tkach
Don't you have old jdbc drivers in the classpath by any chance? Dima Jeffrey Babb wrote: Hello, I am trying to install PostgreSQL 7.3.3 from source on Mac OS X and having some difficulty. My configure command is as follows: ./configure --enable-multibyte --enable-unicode --enable-odbc --w

[BUGS] Weird postmaster crashes

2003-06-10 Thread Dmitry Tkach
I am experiencing database server crashes quite frequently (sometimes, *daily*), and I am having hard time identifying what could possibly be causing them :-( They seem to be happenning kinda randomly, I was unable to attribute them to any specific database activity going on at the time... The p

Re: [BUGS] [GENERAL] Weird postmaster crashes

2003-06-10 Thread Dmitry Tkach
Tom Lane wrote: Dmitry Tkach <[EMAIL PROTECTED]> writes: I am experiencing database server crashes quite frequently 2003-06-10 13:53:32 [14551] FATAL 1: LWLockAcquire: can't wait without a PROC structure This is 7.2.1 - I know, I need to upgrade. Yes, you do.

Re: [BUGS] [GENERAL] Weird postmaster crashes

2003-06-10 Thread Dmitry Tkach
Makes sense. Thanks! One more thing to clarify - when you said it was fixed in .3 and .4 did you mean 7.3 or 7.2.3? Thanks! Dima Tom Lane wrote: Dmitry Tkach <[EMAIL PROTECTED]> writes: 2003-06-10 13:53:32 [14551] FATAL 1: LWLockAcquire: can't wait without a PRO

Re: [BUGS] pg_dumpall not working in batch

2003-06-12 Thread Dmitry Tkach
You must have some environment setting (like LD_LIBRARY_PATH?) in your .login or .bashrc (or whatever shell you are using), that tells psql where to find that library. When you run it via cron, that environment isn't being set and causes it to fail. I hope, it helps... Dima Serge Obeuf wrot

[BUGS] Backwards index scan

2003-07-07 Thread Dmitry Tkach
I am not sure if this is really a bug, but it certainly looks like one to me... I have a table that looks something like this: create table huge_table ( int x, int y ); create index huge_table_idx on huge_table (x,y); It contains about 80 million rows... I am trying to get those rows that

[BUGS] Another bug with views

2003-07-15 Thread Dmitry Tkach
... and here is another bug I ran into while trying to investigate my earlier problem with views a little more: testdb=# drop rule skip_test; ERROR: parser: parse error at or near ";" at character 20 testdb=# \h drop rule Command: DROP RULE Description: remove a rewrite rule Syntax: DROP RUL

[BUGS] INSTEAD rule bug?

2003-07-15 Thread Dmitry Tkach
Here is a problem a ran into: testdb=# create table test (x int); CREATE TABLE testdb=# create table test_view as select * from test; SELECT testdb=# create rule insert_test as on insert to test_view do instead insert into test values (new.*); CREATE RULE testdb=# create rule skip_test as on inse

Re: [BUGS] INSTEAD rule bug?

2003-07-15 Thread Dmitry Tkach
Tom Lane wrote: Dmitry Tkach <[EMAIL PROTECTED]> writes: testdb=# create table test_view as select * from test; SELECT That is not a view, it's only a static copy of the original table. regards, tom lane I know... That was a typo in my sql :-) But for this example it doe

Re: [GENERAL] [BUGS] INSTEAD rule bug?

2003-07-15 Thread Dmitry Tkach
Tom Lane wrote: Oh, I see what you're on about. Sorry, a "DO INSTEAD NOTHING" only suppresses the original command, it does not suppress other rules. I think what you want is to make the insert_test rule conditional on x being not null. Yeah... that's what I was afraid of :-( The problem is

Re: [GENERAL] [BUGS] INSTEAD rule bug?

2003-07-15 Thread Dmitry Tkach
Tom Lane wrote: Dmitry Tkach <[EMAIL PROTECTED]> writes: The problem is that in the 'real life' situation the condition is a lot more complicated than this simple is null test... I hate having to duplicate it, and I hate even more having to evaluate it twice on every ins

Re: [GENERAL] [BUGS] INSTEAD rule bug?

2003-07-15 Thread Dmitry Tkach
Oh, I see what you're on about. Sorry, a "DO INSTEAD NOTHING" only suppresses the original command, it does not suppress other rules. I think what you want is to make the insert_test rule conditional on x being not null. regards, tom lane Ok... What's wrong with this one then (three rules

Re: [GENERAL] [BUGS] INSTEAD rule bug?

2003-07-15 Thread Dmitry Tkach
Tom Lane wrote: Dmitry Tkach <[EMAIL PROTECTED]> writes: Ok... What's wrong with this one then testdb=# insert into test values (null, null); ERROR: ExecInsert: Fail to add null value in not null attribute x Try inserting into test_view ... regards, tom lane

Re: [GENERAL] [BUGS] INSTEAD rule bug?

2003-07-15 Thread Dmitry Tkach
lues (null, null); It looks like the UNION in the 'not null' rule is the problem. If I change it to just insert ... select (without the union), or to two inserts, then it works. But union always fails, even if I add a 'where false' to the end, so that it only returns one

Re: [GENERAL] [BUGS] INSTEAD rule bug?

2003-07-15 Thread Dmitry Tkach
Tom Lane wrote: Dmitry Tkach <[EMAIL PROTECTED]> writes: create rule insert_test as on insert to test_view where new.x is not null and new.y is not null do instead ( insert into test select new.* union select new.*; ); Mmm. In CVS tip that throws ERROR: UNION/INTERSECT/

Re: [GENERAL] [BUGS] INSTEAD rule bug?

2003-07-15 Thread Dmitry Tkach
Tom Lane wrote: Dmitry Tkach <[EMAIL PROTECTED]> writes: Something like insert into test select null,null union select 1,2 where false has the same problem... and it doesn't refer to any relations. But that's parsed as insert into test (select null,null) union (select 1,2

Re: [GENERAL] [BUGS] INSTEAD rule bug?

2003-07-15 Thread Dmitry Tkach
Tom Lane wrote: Dmitry Tkach <[EMAIL PROTECTED]> writes: Sure, but it is inside the rule that has 'where x is not null and y is not null' on it as a qualifier, so with my test example it should just never get executed in the first place. You're confusing rules with

Re: [GENERAL] [BUGS] INSTEAD rule bug?

2003-07-19 Thread Dmitry Tkach
Tom Lane wrote: Dmitry Tkach <[EMAIL PROTECTED]> writes: It would have saved a lot of trouble if it just complained about that union thing right away and refuse to create the rule... That's what happens in CVS tip. I thought you said it was only complaining about references

Re: [BUGS] [GENERAL] Convert TimeStamp to Date

2003-07-23 Thread Dmitry Tkach
Yep ... looks like it got broken in 7.3. 7.2.4 works fine, but 7.3 (and CVS tip) doesn't. This is because in 7.2, timestamp_date () and timestamptz_date () do the same thing - convert the time to Julian date and then subtruct the offset for Y2K, and both work. In 7.3 (and 7.4) timestamptz_date (

Re: [BUGS] deadlocks in postgresql 7.2.1

2003-07-28 Thread Dmitry Tkach
Thanks a lot for the reply! The applications uses the jdbc driver with autocommit turned off, commit and rollback. Do you know if the jdbc driver just starts a new transaction as soon as the last one was ended with commit/ rollback ? Yes, it does. You have to explictly setAutocommit(true) in

[BUGS] Partial indices...

2003-10-10 Thread Dmitry Tkach
Hi, everybody! I am getting some weird behaviour trying to use a partial index in 7.3: testdb=# create table a (x int, y int, z int); CREATE testdb=# create index a_idx on a(x,y) where z is null; CREATE testdb=# create index b_idx on a (x,y); CREATE testdb=# explain select * from a where x=1 and

[BUGS] 7.4: FATAL: terminating connection due to administrator command

2003-12-24 Thread Dmitry Knyazev
and sort_mem in conf file, but this seems not help. -- Best regards, Dmitry mailto:[EMAIL PROTECTED] ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

[BUGS] BUG #1790: coredump in postgres

2005-07-27 Thread Dmitry Karasik
The following bug has been logged online: Bug reference: 1790 Logged by: Dmitry Karasik Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1-devel Operating system: freebsd 5.4 Description:coredump in postgres Details: pgsql is 8.1-devel, cvsup-latest

[BUGS] BUG #1998: transaction locks parent record when it shouldn't

2005-10-25 Thread Dmitry Panov
The following bug has been logged online: Bug reference: 1998 Logged by: Dmitry Panov Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.4 Operating system: Linux Description:transaction locks parent record when it shouldn't Details: Hi, I discovered

[BUGS] BUG #6077: documentation on PQfmod for numeric data types

2011-06-24 Thread Dmitry Grebeniuk
The following bug has been logged online: Bug reference: 6077 Logged by: Dmitry Grebeniuk Email address: gds...@gmail.com PostgreSQL version: 9.1beta2 Operating system: any; documentation issue Description:documentation on PQfmod for numeric data types Details

[BUGS] BUG #6230: strange changes in behavior of string functions

2011-09-27 Thread Dmitry Ryabov
The following bug has been logged online: Bug reference: 6230 Logged by: Dmitry Ryabov Email address: dmitry-rya...@mail.ru PostgreSQL version: 9.1 Operating system: Windows x64 Description:strange changes in behavior of string functions Details: In the version 9.1

[BUGS] BUG #8289: pg_stat_statements incorrect query text when executing multiple queries in a single PQexec

2013-07-09 Thread potapov . dmitry
The following bug has been logged on the website: Bug reference: 8289 Logged by: Dmitriy Potapov Email address: potapov.dmi...@gmail.com PostgreSQL version: 9.2.4 Operating system: Scientific Linux 6.3 Description: pg_stat_statements view contains incorrectly normali

[BUGS] postgresql-7.1beta5 configure

2001-02-27 Thread Dmitry G . Mastrukov
POSTGRESQL BUG REPORT TEMPLATE Your name : Dmitry G. Mastrukov Your email address : [EMAIL

[BUGS] postgresql-7.1beta5 with Heimdal-0.3e

2001-02-27 Thread Dmitry G . Mastrukov
POSTGRESQL BUG REPORT TEMPLATE Your name : Dmitry G. Mastrukov Your email address : [EMAIL

[BUGS] BUG #2870: incorrect man page for postgres

2007-01-03 Thread Dmitry D. Khlebnikov
The following bug has been logged online: Bug reference: 2870 Logged by: Dmitry D. Khlebnikov Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2 Operating system: Openwall GNU/*/Linux Description:incorrect man page for postgres Details: The man page for

Re: [BUGS] BUG #2870: incorrect man page for postgres

2007-01-04 Thread Dmitry D. Khlebnikov
Euler, On Wed, Jan 03, 2007 at 09:50:15PM -0200, Euler Taveira de Oliveira wrote: > Dmitry D. Khlebnikov wrote: > > > The man page for postgres(1) has a wrong description of the '-S' option. > > Previously, the '-S' option means that postgres will start in