Search Postgresql Archives

Questions about anonymous procedure/function.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Greetings,

I have a question about whether I am able to create an *anonymous* procedure/function under postgreSQL 8. Something like:

Begin
  ... ...
  update ...
  IF ... THEN
  rollback
  END IF;
  ... ...
END;

I'd like to do a series of operations. If any one of the opers failed, all previous operation will rollback. Actually, I do not want to create named functions. Just used the structure for different tables with minor changes.


Another question is about how to create a function/procedure do not need a return value (void for return value). It seems that postgreSQL forces to return some value?

Thanks a lot!
Emi


---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
      choose an index scan if your joining column's datatypes do not
      match

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux