Skip to content
Snippets Groups Projects
  1. May 14, 2008
    • Tom Lane's avatar
      Improve plpgsql's RAISE command. It is now possible to attach DETAIL and · 4107478d
      Tom Lane authored
      HINT fields to a user-thrown error message, and to specify the SQLSTATE
      error code to use.  The syntax has also been tweaked so that the
      Oracle-compatible case "RAISE exception_name" works (though you won't get a
      very nice error message if you just write that much).  Lastly, support
      the Oracle-compatible syntax "RAISE" with no parameters to re-throw
      the current error from within an EXCEPTION block.
      
      In passing, allow the syntax SQLSTATE 'nnnnn' within EXCEPTION lists,
      so that there is a way to trap errors with custom SQLSTATE codes.
      
      Pavel Stehule and Tom Lane
      4107478d
  2. May 13, 2008
  3. May 12, 2008
  4. May 10, 2008
  5. May 09, 2008
  6. May 08, 2008
Loading