Re: bug reporting - Mailing list pgadmin-support

From Andreas Pflug
Subject Re: bug reporting
Date
Msg-id 3F8A7ACC.30601@pse-consulting.de
Whole thread Raw
In response to Re: [BUGS] bug reporting  (Andreas Pflug <pgadmin@pse-consulting.de>)
Responses Re: bug reporting
List pgadmin-support
Hi Alexandr,

please do not post only to persons, but at least cc the list to avoid 
messages being lost.

> Hi
> -----In console:
> CREATE DATABASE mydb WITH ENCODING = 'KOI8';
> CREATE TABLE mytable ( моя_колонка varchar ) WITH OIDS;
> Then I open pgadmin, open View Data and insert into mytable  text_s    
> (text_s is attached to this letter) - pgadmin suddenly shut down with 
> error: "An error has occured: Column not found in pgSet : моя_колонка".

This was fixed some time ago in cvs.

> Then  I have to open pgadmin again. Fortunately data didn t lose. Then 
> I open Query Tool and type:    "SELECT * from mytable;"   . Result of 
> the query is right. Then I try to export data but I cann t do that 
> because pgadmin suddenly shut down without saving any data.
> text_s is attached to this letter.

What format is this? I can't display it with any tool correctly. Please 
use Notepad and Save-As some Unicode format.

> ----When  will approximately new version with "execute to file" 
> appear? (in a month , in a year ...)

It's already in cvs, binary coming soon.

>
>>> --when inserting large block of text , data often aligns along one 
>>> long line, so its hard to view such data. It would be better if data 
>>> take the form of sell like , for example, Pgaccess does. 
>>
>>
>>
>>
>> Don't know how you'd like it. Some kind of autowrap? You could split 
>> lines:
>>
>> INSERT INTO mytable(foo, bar) VALUES (1, 'this is my line ||
>> ' and this too'
>>
>>
>> Regards,
>> Andreas
>>
> ---Yes, some kind of autowrap. Of course I can mannually  split line , 
> but users here usually do such way: ctrl-c from MS Word and ctrl-v 
> into pgadmin, so data often align along one long line.

?????? Inserting data from Word ?????
pgAdmin3 is no text editing tool, and we won't try to interpret the 
data. I don't know how you're trying to use pgAdmin3, but it may be out 
of the scope of this tool (notice the name, it's about ADMINistration, 
not for extensively editing data).

Regards,
Andreas




pgadmin-support by date:

Previous
From: Jean-Michel POURE
Date:
Subject: Re: pgsql - failed
Next
From:
Date:
Subject: View column defaults in pgAdminIII