Re: Function name string bug pgadmin 1.4.1

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: "Luiz K(dot) Matsumura" <luiz(dot)matsumura(at)terra(dot)com(dot)br>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Function name string bug pgadmin 1.4.1
Date: 2005-12-18 15:15:45
Message-ID: 43A57D21.3010003@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Luiz K. Matsumura wrote:
> 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>() ....

Can't reproduce this. Please provide a sample.

Regards,
Andreas

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Andreas Pflug 2005-12-18 15:26:41 Re: bug with fkey-dialog in tables belonging to
Previous Message Sunburned Surveyor 2005-12-16 22:57:47 Problem Adding A PostgreSQL Server in Debian