Re: 'create or replace function' no longer allows parameters - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: 'create or replace function' no longer allows parameters
Date
Msg-id 1276134395-sup-3634@alvh.no-ip.org
Whole thread Raw
In response to 'create or replace function' no longer allows parameters  (David Gardner <dgardner@creatureshop.com>)
Responses Re: 'create or replace function' no longer allows parameters
List pgsql-hackers
Excerpts from David Gardner's message of mié jun 09 20:55:36 -0400 2010:
> In 8.4.4 I used to be able to rename input parameters via "create or 
> replace function".
> In 9.0 beta2  this no longer is allowed, and I get a descriptive message 
> informing me to use
> drop function instead, but I couldn't find this documented anywhere as a 
> change between 8.4 and 9.0.

It's this patch:
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=e7eb1113f8a95e9927fdbe9cc6fb0ac101612be2#patch7

It should probably be mentioned in the incompatibilities section of the
9.0 release notes.

-- 
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: Takahiro Itagaki
Date:
Subject: InvalidXLogRecPtr in docs
Next
From: Robert Haas
Date:
Subject: Re: InvalidXLogRecPtr in docs