Unable to create new function if "Owner" or "Comment" is specified.

From: Sachin Srivastava <sachin(dot)srivastava(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Unable to create new function if "Owner" or "Comment" is specified.
Date: 2012-09-04 17:14:50
Message-ID: CA+RD+kj7YGwu8C7o9axJ4ZFtHxTift5gfg2qLNa=vgJE2gPB4A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Due to re-quoting of already quoted schema qualified function name in the
"ALTER FUNCTION <function name> OWNER to <owner name>" query while adding a
new function we get an error about function name not found.

Attached is a patch that fixes the issue.

--
Regards,
Sachin Srivastava
EnterpriseDB, India

Attachment Content-Type Size
function_error.patch application/octet-stream 396 bytes

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2012-09-04 21:05:06 pgAdmin III commit: Fix issues with my old index commit
Previous Message Dave Page 2012-09-04 11:05:23 Re: pgAgent Database Name Limitation