parameters in functions and overlap with names of columns

Поиск
Список
Период
Сортировка
От Ivan Sergio Borgonovo
Тема parameters in functions and overlap with names of columns
Дата
Msg-id 20090804142000.3dae759e@dawn.webthatworks.it
обсуждение исходный текст
Ответы Re: parameters in functions and overlap with names of columns
Re: parameters in functions and overlap with names of columns
Список 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 по дате отправления:

Предыдущее
От: Alban Hertroys
Дата:
Сообщение: Re: Refer to another database
Следующее
От: Paul Taylor
Дата:
Сообщение: Does derby have an embedded Mode like Derby ?