PostgreSQL
 sql >> Baza danych >  >> RDS >> PostgreSQL

Niestandardowe warunki wyjątków PostgreSQL

begin
    if $1='bar' then
        raise exception using
            errcode='NOBAR',
            message='Bar is prohibited',
            hint='We do not talk to this guy';
    end if;
exception
    when sqlstate 'NOBAR' then
        update nobar_raised set count=count+1;
end;

Więcej informacji:




  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. ustawianie hstore w rails4, dynamiczne klucze/wartości

  2. Metoda błędu Postgres org.postgresql.jdbc.PgConnection.createClob() nie jest zaimplementowana

  3. pakiet wywołań funkcji postgreSQL

  4. Czy w PostgreSQL jest funkcja podobna do SSIS?

  5. Postgres Left Dołącz do warunku gdzie