Re: BUG #3592: alter function rename to doesn't work - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #3592: alter function rename to doesn't work
Date
Msg-id 6366.1188742761@sss.pgh.pa.us
Whole thread Raw
In response to BUG #3592: alter function rename to doesn't work  ("Ow" <nikeow@yahoo.com>)
List pgsql-bugs
"Ow" <nikeow@yahoo.com> writes:
> => alter function dbo.test(text) rename to dbo.test_rename;
> ERROR:  syntax error at or near "."
> LINE 1: alter function dbo.test(text) rename to dbo.test_rename;
>                                                    ^

This is not correct syntax --- leave off the second "dbo.".

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Omkar Patkar"
Date:
Subject: BUG #3593: Postgres Installer does not work
Next
From: Chris Travers
Date:
Subject: Re: BUG #3593: Postgres Installer does not work