[pgAdmin III] #85: Per-function configuration parameters loss

View: New views
2 Messages — Rating Filter:   Alert me  

[pgAdmin III] #85: Per-function configuration parameters loss

by pgAdmin Trac :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#85: Per-function configuration parameters loss
-----------------------------+----------------------------------------------
 Reporter:  Dmitry Samokhin  |       Owner:  dpage
     Type:  bug              |      Status:  new  
 Priority:  minor            |   Milestone:  1.10.1
Component:  pgadmin          |     Version:  1.10  
 Keywords:  function         |    Platform:        
-----------------------------+----------------------------------------------
 When any server configuration parameters (or variables) are set on a per-
 function basis, the script displayed in the pgAdmin SQL pane looks like
 this:

 CREATE OR REPLACE FUNCTION ... ;
 ALTER FUNCTION ... SET ...;

 If then I edit the function body and save my work, all variables are lost,
 since (it can be cheked easily) pgAdmin does not generate neither SET
 option in the CREATE OR REPLACE FUNCTION command nor separate ALTER
 FUNCTION ... SET ... one.

 This is critical since for security reasons functions with the SECURITY
 DEFINER option should contain appropriate 'search_path' variable setting.
 And now a DB developer/admin has to double-check per-function variables
 when editing functions using pgAdmin.

 Regards,
 Dmitry.

 P.S. For 8.3 backend or later pgAdmin might generate the SET option within
 CREATE OR REPLACE FUNCTION command for the SQL pane.

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

--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@...)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Re: [pgAdmin III] #85: Per-function configuration parameters loss

by pgAdmin Trac :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#85: Per-function configuration parameters loss
------------------------------+---------------------------------------------
  Reporter:  Dmitry Samokhin  |       Owner:  dpage  
      Type:  bug              |      Status:  closed  
  Priority:  minor            |   Milestone:  1.10.1  
 Component:  pgadmin          |     Version:  1.10    
Resolution:  fixed            |    Keywords:  function
  Platform:                   |  
------------------------------+---------------------------------------------
Changes (by gleu):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 Fixed in r8062 and r8063.

--
Ticket URL: <http://code.pgadmin.org/trac/ticket/85#comment:1>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III

--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@...)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers