[pgAdmin III] #282: New features for pgscript - Mailing list pgadmin-hackers

From pgAdmin Trac
Subject [pgAdmin III] #282: New features for pgscript
Date
Msg-id 045.10d484fd4934094c1522aa569f261fe6@code.pgadmin.org
Whole thread Raw
List 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=@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

pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: Building pgadmin3 on Windows 7
Next
From: "pgAdmin Trac"
Date:
Subject: [pgAdmin III] #283: Add an option to save files without UTF-8 BOM sequence