Re: [bug] Execute pgScript Returns Error Without Executing The Query

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Emre Hasegeli <emre(dot)hasegeli(at)tart(dot)com(dot)tr>
Cc: PgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: [bug] Execute pgScript Returns Error Without Executing The Query
Date: 2012-01-26 21:18:29
Message-ID: 1327612709.3347.34.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Thu, 2012-01-26 at 12:41 +0200, Emre Hasegeli wrote:
> I could not find this version is supported but it looks like serious bug.
> When executing query an pgScript used together pgScript returns an invalid
> error which it returned before.
>
> Version: pgadmin3 1.12.3-1
>

You do know that 1.12 is obsolete, right? if ever we had to fix an
issue, it would be on 1.14, and not 1.12.

> Platform: Linux 3.0.0-14-generic #23-Ubuntu SMP Mon Nov 21 20:28:43 UTC
> 2011 x86_64 x86_64 x86_64 GNU/Linux
>
> PostgreSQL Server Version: PostgreSQL 9.1.2 on i686-pc-linux-gnu, compiled
> by gcc (Debian 4.6.1-15) 4.6.1, 32-bit
>
> How to reproduce:
>
> * Open an SQL window
> * Execute pgScript: Select true from ATable
> * Execute query: Create table ATable (id int);
> * Execute pgScript: Select true from ATable
>

Works for me.

> [1] http://archives.postgresql.org/pgadmin-hackers/2009-03/msg00040.php
>

What does this link have anything to do with your issue?

--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com
PostgreSQL Sessions #3: http://www.postgresql-sessions.org

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Emre Hasegeli 2012-01-27 09:05:01 Re: [bug] Execute pgScript Returns Error Without Executing The Query
Previous Message Guillaume Lelarge 2012-01-26 21:14:09 Re: column level privilages error