Re: bug in query tool when parsing - Mailing list pgadmin-support

From Dave Page
Subject Re: bug in query tool when parsing
Date
Msg-id 470944B4.6010803@postgresql.org
Whole thread Raw
In response to bug in query tool when parsing  (Rikard Pavelic <rikard.pavelic@zg.htnet.hr>)
Responses Re: bug in query tool when parsing  (Rikard Pavelic <rikard.pavelic@zg.htnet.hr>)
List pgadmin-support
Rikard Pavelic wrote:
> Hi!
> 
> I'm experiencing another bug in PgAdmin.
> 
> I'm trying to give some sql commands to PgAdmin
> but they are not pasted into Query window.
> 
> I did a pg_dump of my database and
> pg_largeobject created a series of SELECT lowrite commands.
> 
> Unfortunately some of this commands are shown like
> SELECT lowrite(0, );
> instead of
> SELECT lowrite(0, 'some random content');

I assume you are copying and pasting the text from another editor? If
so, it might be either that or pgAdmin mucking up the encoding. Can you
see the text if you open the file instead of pasting the text in?

Regards, Dave.


pgadmin-support by date:

Previous
From: Rikard Pavelic
Date:
Subject: bug in query tool when parsing
Next
From: "Alexander Kirpa"
Date:
Subject: Grid editor crash during row insert