Omkar Patkar wrote:
The following bug has been logged online:
Bug reference: 3593
Logged by: Omkar Patkar
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.2.4.1
Operating system: Windows Vista Home Basic Edition
Description:Postgres Installer does not work
Deta
"Ow" <[EMAIL PROTECTED]> 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 th
The following bug has been logged online:
Bug reference: 3593
Logged by: Omkar Patkar
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.2.4.1
Operating system: Windows Vista Home Basic Edition
Description:Postgres Installer does not work
Details:
I tried to ins
Hi,
On Sun, 2007-09-02 at 03:45 +, Ow wrote:
>
> => 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;
AFAIK, the correct syntax is:
ALTER FUNCTION dbo.test(text) RENAME TO test_re
The following bug has been logged online:
Bug reference: 3592
Logged by: Ow
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.2.4
Operating system: Linux (gentoo)
Description:alter function rename to doesn't work
Details:
=> create or replace function dbo.test(