[pgAdmin III] #170: Quoted rule identifiers (schema name) - Mailing list pgadmin-hackers

From pgAdmin Trac
Subject [pgAdmin III] #170: Quoted rule identifiers (schema name)
Date
Msg-id 060.e169f6938d404099590c398b5e32ece5@code.pgadmin.org
Whole thread Raw
Responses Re: [pgAdmin III] #170: Quoted rule identifiers (schema name)  ("pgAdmin Trac" <trac@code.pgadmin.org>)
List pgadmin-hackers
#170: Quoted rule identifiers (schema name)
---------------------------------+------------------------------------------
 Reporter:  sbremal@…            |       Owner:  gleu 
     Type:  bug                  |      Status:  new  
 Priority:  minor                |   Milestone:       
Component:  pgadmin              |     Version:  trunk
 Keywords:  browser sqlpane      |    Platform:  all  
---------------------------------+------------------------------------------
 This is the copy of the script produced in the SQL editor window upon
 clicking on "CREATE script" for my rule with quoted identifiers:

 -- Rule: ""EMPLOYMENT_CONTRACT_ACCOUNTINGS_EDITOR_INSERT_RULE" ON
 ACCOUNTING."EMPLOYMENT_CONTRACT_ACCOUNTINGS_EDITOR""
 -- DROP RULE "EMPLOYMENT_CONTRACT_ACCOUNTINGS_EDITOR_INSERT_RULE" ON
 ACCOUNTING."EMPLOYMENT_CONTRACT_ACCOUNTINGS_EDITOR";
 CREATE OR REPLACE RULE
 "EMPLOYMENT_CONTRACT_ACCOUNTINGS_EDITOR_INSERT_RULE" AS
     ON INSERT TO "ACCOUNTING"."EMPLOYMENT_CONTRACT_ACCOUNTINGS_EDITOR" DO
 INSTEAD  INSERT INTO ...

 What I miss:

 - the quotation mark around the schema qualifier in the "Rule: ..." and
 "DROP ..." lines
 - the schema qualifier in the "CREATE OR REPLACE ..." line

 The same for the view itself looks fine:

 -- View: "ACCOUNTING"."EMPLOYMENT_CONTRACT_ACCOUNTINGS_EDITOR"
 -- DROP VIEW "ACCOUNTING"."EMPLOYMENT_CONTRACT_ACCOUNTINGS_EDITOR";
 CREATE OR REPLACE VIEW
 "ACCOUNTING"."EMPLOYMENT_CONTRACT_ACCOUNTINGS_EDITOR" AS ...

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

pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by guillaume: r8280 - branches/REL-1_10_0_PATCHES/pgadmin3/i18n/pt_PT
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by guillaume: r8281 - in branches/REL-1_10_0_PATCHES/pgadmin3: . pgadmin/schema