Execute statement in postgres

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ravysters
    New Member
    • May 2008
    • 27

    Execute statement in postgres

    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...
  • rski
    Recognized Expert Contributor
    • Dec 2006
    • 700

    #2
    what is the question?

    Comment

    • ravysters
      New Member
      • May 2008
      • 27

      #3
      the question is...

      just like

      EXECUTE statement USING in oracle...

      can we implement execute using in postgres

      Comment

      • rski
        Recognized Expert Contributor
        • Dec 2006
        • 700

        #4
        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

        Comment

        • ravysters
          New Member
          • May 2008
          • 27

          #5
          so... its not possible with 8.3.1????

          Comment

          • rski
            Recognized Expert Contributor
            • Dec 2006
            • 700

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

            Comment

            Working...