[pgAdmin III] #282: New features for pgscript

Поиск
Список
Период
Сортировка
От pgAdmin Trac
Тема [pgAdmin III] #282: New features for pgscript
Дата
Msg-id 045.10d484fd4934094c1522aa569f261fe6@code.pgadmin.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Building pgadmin3 on Windows 7
Следующее
От: "pgAdmin Trac"
Дата:
Сообщение: [pgAdmin III] #283: Add an option to save files without UTF-8 BOM sequence