| From: | Rikard Pavelic <rikard(dot)pavelic(at)zg(dot)htnet(dot)hr> |
|---|---|
| To: | Dave Page <dpage(at)postgresql(dot)org> |
| Cc: | pgadmin-support(at)postgresql(dot)org |
| Subject: | Re: bug in query tool when parsing |
| Date: | 2007-10-07 22:43:26 |
| Message-ID: | 4709610E.9040506@zg.htnet.hr |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-support |
Dave Page wrote:
> 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.
>
>
The results are the same.
It doesn't matter if I paste it or open a file from PgAdmin.
Regards,
Rikard
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2007-10-08 08:37:57 | Re: bug in query tool when parsing |
| Previous Message | Bob Gustafson | 2007-10-07 22:04:47 | Re: pgadmin3 on Fedora7 - can't run standard binary, can't compile from source.. |