Pl/pgsql function

Поиск
Список
Период
Сортировка
От Nick Raj
Тема Pl/pgsql function
Дата
Msg-id BANLkTikjmFrm9CONfoNEgm8gGLPRmnxL0Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: Pl/pgsql function  (Rob Sargent <robjsargent@gmail.com>)
Re: Pl/pgsql function  ("David Johnston" <polobo@yahoo.com>)
Список pgsql-general
I am implementing some pl/pgsql functions.

Is there any way to change the input
for example- I got some value by $1. I want to modify this value (means split that value), Can we do this and how?

Second thing,
Suppose i defined a function test as

select test('geom',the_geom,time) from tablename
.....
Inside body,
How can i get the tablename inside the body (because i haven't pass table name to function)
......
end

В списке pgsql-general по дате отправления:

Предыдущее
От: Esmin Gracic
Дата:
Сообщение: Re: Need suggestion
Следующее
От: Jon Smark
Дата:
Сообщение: Converting an hstore into a key/value record