parameters in functions and overlap with names of columns - Mailing list pgsql-general

From Ivan Sergio Borgonovo
Subject parameters in functions and overlap with names of columns
Date
Msg-id 20090804142000.3dae759e@dawn.webthatworks.it
Whole thread Raw
Responses Re: parameters in functions and overlap with names of columns  (Sam Mason <sam@samason.me.uk>)
Re: parameters in functions and overlap with names of columns  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-general
I've

create or replace function(...

declare
  col1 varchar(32);
...

  create table pippo(
    col1 varchar(32),
...

Unfortunately I can't schema specify the column to avoid name
overlap.

Is there another way other than just simply rename the variable?

thanks

--
Ivan Sergio Borgonovo
http://www.webthatworks.it


pgsql-general by date:

Previous
From: Alban Hertroys
Date:
Subject: Re: Refer to another database
Next
From: Paul Taylor
Date:
Subject: Does derby have an embedded Mode like Derby ?