bug in Pgadmin 1.0.1

From: Alexandr S <sasha(at)in(dot)crimea(dot)ua>
To: pgadmin-support(at)postgresql(dot)org
Subject: bug in Pgadmin 1.0.1
Date: 2003-11-27 16:54:24
Message-ID: 3FC62C40.2090500@in.crimea.ua
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi
There is bug in Pgadmin 1.0.1 . When problems starts, Pgadmin suddenly
shut down every time I try to insert my samples ( 6 samples are attached
to this letter) . This is true only for databases in KOI8 encoding (for
database in unicode encoding all this problems absent, all works
right). To reproduce the problem you should do next :
In console:
CREATE DATABASE my_testdb WITH ENCODING = 'KOI8';
Then you should apply my little dump (my_dump is attached to this letter).
In Pgadmin:
Insert my 6 samples into pressa.monitoring (into , for example, tema -
in russian)
Then delete all 6 samples and then insert again , and then problems
start ...
I think this bug concern somehow with "Vacuum" (sometimes Vacuum helps
for short time).
Operation system: win XP, distribution binary, database Postgresql 7.4 RC1.
------------------------------------------------------------------------------------------------------------------------------

There is question.
CREATE VIEW my_view AS SELECT * from my_table;
CREATE RULE my_rule AS ON INSERT TO my_view DO INSTEAD INSERT INTO
my_table ...
I can nothing insert into my_view, using Pgadmin or even Phppgadmin. But
I can insert rows into my_view only working in console ... Is it right
behavior?
---------------------------------------------------------------------------------------------------------------------------------

Attachment Content-Type Size
samples_dump.tar.bz2 application/octet-stream 16.5 KB

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Andreas Pflug 2003-11-27 17:05:18 Re: Enhancement Requests
Previous Message Tino Wildenhain 2003-11-27 16:28:28 Re: [pgadmin-support] pgAdmin web site translated into 11 languages