[pgAdmin III] #282: New features for pgscript

From: "pgAdmin Trac" <trac(at)code(dot)pgadmin(dot)org>
To:
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: [pgAdmin III] #282: New features for pgscript
Date: 2010-11-16 22:44:37
Message-ID: 045.10d484fd4934094c1522aa569f261fe6@code.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

#282: New features for pgscript
----------------------+-----------------------------------------------------
Reporter: gleu | Owner: dpage
Type: feature | Status: new
Priority: minor | Milestone:
Component: pgadmin | Version: trunk
Keywords: pgscript | Platform: all
----------------------+-----------------------------------------------------
Feature 1
=========

Having to put quotes around all the vars is quite a burden. If a is of
type text, I can't type

SELECT * FROM sometable WHERE somefield=(at)a

But I should write

SELECT * FROM sometable WHERE somefield='@a'

It would be more efficient if pgscript could guess that.

Feature 2
=========

I don't get any output in the 'Data Output tab' with a SELECT, which is
strange.

From a discussion with Dan Shoubridge.

--
Ticket URL: <http://code.pgadmin.org/trac/ticket/282>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2010-11-16 22:46:16 [pgAdmin III] #283: Add an option to save files without UTF-8 BOM sequence
Previous Message Guillaume Lelarge 2010-11-16 17:02:21 Re: Building pgadmin3 on Windows 7