From: | "Luiz K(dot) Matsumura" <luiz(dot)matsumura(at)terra(dot)com(dot)br> |
---|---|
To: | <pgadmin-support(at)postgresql(dot)org> |
Subject: | Function name string bug pgadmin 1.4.1 |
Date: | 2005-12-13 13:41:08 |
Message-ID: | 000601c5ffea$e0218350$7d00a8c0@p428 |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
Hi all,
I want to report a bug in pgAdmin v 1.4.1
When we try to change some propertie in trigger function in the tree
Databases
|- <DBname>
|- Schemas
|- <schemaname>
|- Tables
|- <tablename>
|- Triggers
|- <Trigger_name>
|- <Function_name>
in the properties window they generate a wrong <schema>.<Function name> string like :
CREATE OR REPLACE FUNCTION <trigger_name>.<function_name>() ....
When i use the properties window trough
Databases
|- <DBname>
|- Schemas
|- <schemaname>
|- Trigger Functions
|- <Function_name>
It works write generating:
CREATE OR REPLACE FUNCTION <schemaname>.<function_name>() ....
Thanks in Advance.
PS.
Thanks by create this wonderful tool, it´s really a good job.
Sorry by the poor english.
Luiz Matsumura
From | Date | Subject | |
---|---|---|---|
Next Message | Joost Kraaijeveld | 2005-12-13 16:02:23 | No server instrumentation Debian Etch AMD64 /Pg8.1/ PgAdmin-III 1.4?? |
Previous Message | Dave Page | 2005-12-13 13:26:07 | Re: 1.4.1 missing feature? |