Re: [pgadmin-support] Create or Update Function

2012-07-09 Thread Craig Ringer
On 07/10/2012 04:28 AM, Steve Erickson wrote: I've got a script to update the schema on a number of servers. These servers are at various versions of the schema, so I used the following syntax for each function, not knowing if it needed to be created or merely updated: CREATE OR REPLACE FU

[pgadmin-support] Create or Update Function

2012-07-09 Thread Steve Erickson
I've got a script to update the schema on a number of servers. These servers are at various versions of the schema, so I used the following syntax for each function, not knowing if it needed to be created or merely updated: CREATE OR REPLACE FUNCTION foo() . But I get the error, "function