Project

General

Profile

« Previous | Next » 

Revision 12533

schemas/util.sql: raise(type text, msg text): documented the possible options for the type param

View differences:

trunk/schemas/util.sql
2508 2508

  
2509 2509

  
2510 2510
--
2511
-- Name: FUNCTION raise(type text, msg text); Type: COMMENT; Schema: util; Owner: -
2512
--
2513

  
2514
COMMENT ON FUNCTION raise(type text, msg text) IS '
2515
type: a log level from
2516
http://www.postgresql.org/docs/9.3/static/plpgsql-errors-and-messages.html
2517
or a condition name from
2518
http://www.postgresql.org/docs/9.3/static/errcodes-appendix.html
2519
';
2520

  
2521

  
2522
--
2511 2523
-- Name: raise_error_notice(text); Type: FUNCTION; Schema: util; Owner: -
2512 2524
--
2513 2525

  

Also available in: Unified diff