bug in query tool when parsing

From: Rikard Pavelic <rikard(dot)pavelic(at)zg(dot)htnet(dot)hr>
To: pgadmin-support(at)postgresql(dot)org
Subject: bug in query tool when parsing
Date: 2007-10-07 14:44:31
Message-ID: 4708F0CF.50508@zg.htnet.hr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

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');

Regards,
Rikard

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Bob Gustafson 2007-10-07 19:24:46 pgadmin3 on Fedora7 - can't run standard binary, can't compile from source..
Previous Message Guillaume Lelarge 2007-10-05 13:10:07 Re: Bug in Query tool (tested on Beta 5)