Pl/pgsql function - Mailing list pgsql-general

From Nick Raj
Subject Pl/pgsql function
Date
Msg-id BANLkTikjmFrm9CONfoNEgm8gGLPRmnxL0Q@mail.gmail.com
Whole thread Raw
Responses Re: Pl/pgsql function  (Rob Sargent <robjsargent@gmail.com>)
Re: Pl/pgsql function  ("David Johnston" <polobo@yahoo.com>)
List 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 by date:

Previous
From: Esmin Gracic
Date:
Subject: Re: Need suggestion
Next
From: Jon Smark
Date:
Subject: Converting an hstore into a key/value record