Bug in function property dialog - Mailing list pgadmin-hackers

From Alexander Borkowski
Subject Bug in function property dialog
Date
Msg-id 416B8F4C.2080007@abri.une.edu.au
Whole thread Raw
Responses Re: Bug in function property dialog
List pgadmin-hackers
I think I found a bug in the funcion property dialog of pgAdmin3 1.2.0
Beta 2 (Win XP). I have a PostgreSQL 7.4.3 backend and it does not allow
"ALTER FUNCTION ... OWNER TO ...", i.e. it pops up an error dialog
saying "ERROR:  syntax error at or near "OWNER" at character ...". It
also fails when I try the same SQL code with psql on Linux against the
same backend and the 7.4.3 documentation doesn't mention this capability.

My suggestion is to disable the Owner combobox if the backend version is
less than whatever backend version supports this functinality.

Thanks,

Alex

pgadmin-hackers by date:

Previous
From: Alexander Borkowski
Date:
Subject: Re: Foreign keys / MATCH FULL, PARTIAL, etc.
Next
From: Andreas Pflug
Date:
Subject: Re: Bug in function property dialog