Connecting Tech Pros Worldwide Help | Site Map

Execute statement in postgres

Newbie
 
Join Date: May 2008
Posts: 27
#1: Jun 6 '08
hi.. i know that to execute dynamic statements in postgres we have the EXECUTE statement..

but postgres support the execute using statement like in oracle...
Moderator
 
Join Date: Dec 2006
Location: Europe
Posts: 292
#2: Jun 6 '08

re: Execute statement in postgres


what is the question?
Newbie
 
Join Date: May 2008
Posts: 27
#3: Jun 6 '08

re: Execute statement in postgres


the question is...

just like

EXECUTE statement USING in oracle...

can we implement execute using in postgres
Moderator
 
Join Date: Dec 2006
Location: Europe
Posts: 292
#4: Jun 6 '08

re: Execute statement in postgres


Quote:

Originally Posted by ravysters

the question is...

just like

EXECUTE statement USING in oracle...

can we implement execute using in postgres

see http://www.postgresql.org/docs/8.1/i...tatements.html
in section 36.6.5.
Some features (like execute using) would be added in postgres 8.4
Newbie
 
Join Date: May 2008
Posts: 27
#5: Jun 6 '08

re: Execute statement in postgres


so... its not possible with 8.3.1????
Moderator
 
Join Date: Dec 2006
Location: Europe
Posts: 292
#6: Jun 6 '08

re: Execute statement in postgres


just tell me what do you want to do and i'll try to help you.
Reply