PL/pgSQLでは例外発生してEXCEPTION節に入ると自動的にロールバックされます。 PL/SQLではユーザがトランザクションの扱いを記述する ため、この差を埋めるのがしばしば難しい移行となります。 シナリオ例:複数のUPDATE文の途中でエラーが発生した場合 ...
When writing PL/pgSQL functions, the syntax highlighting stops working inside the function body if it is defined using the standard PostgreSQL syntax with AS ...