給与額を格納するトリガーを作成しますが、挿入のクエリを起動すると
INSERT INTO employees(
employee_id, first_name, last_name, email, phone_number, hire_date,
job_id, salary, commission_pct, manager_id, department_id)
VALUES (2002,'poiuy','patel','bhargavgor@dfghj',9898562123,'2012-07-31 00:00:00','IT_PROG',4500.00,0.00,100,60);
次に、制限を設定するために次のエラーが表示されmax_stack_depth
ますので、このエラーを解決するアイデアを私に与えることができます..
構成ファイルの値も変更しようとmax_stack_depth
しましたが、機能しません
以下のようなエラー
ERROR: stack depth limit exceeded
HINT: Increase the configuration parameter "max_stack_depth" (currently 2048kB), after ensuring the platform's stack depth limit is adequate.