PostgreSql Documents

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kavi2012
    New Member
    • Sep 2007
    • 12

    PostgreSql Documents

    Hi all

    I want to know how to write a Stored Procedure and triggers in PostgreSql.
    If anybody know please send me..

    Thanks
    Kavitha
  • rski
    Recognized Expert Contributor
    • Dec 2006
    • 700

    #2
    Maybe just look at postgresql.org.
    What should the function do?

    Comment

    • kavi2012
      New Member
      • Sep 2007
      • 12

      #3
      Originally posted by rski
      Maybe just look at postgresql.org.
      What should the function do?

      Thanks for your reply.
      I don't know the syntax for writing Stored Procedure and Triggers.
      Send me some samples for writing this.

      thanks
      Kavitha

      Comment

      • rski
        Recognized Expert Contributor
        • Dec 2006
        • 700

        #4
        Originally posted by kavi2012
        Thanks for your reply.
        I don't know the syntax for writing Stored Procedure and Triggers.
        Send me some samples for writing this.

        thanks
        Kavitha
        Everything u need u'll find at postgresql.org.
        Here's a trigger and function example

        Comment

        Working...