I Create trigger to store the Salary Amount but When I Fire The Query For Insert
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);
Then It Will Show Me The Following Error To set the limit of the max_stack_depth
So Can Any One Give Me The Idea TO Solve This Error..
I Try Also To Change The Value Of max_stack_depth
in Configuration File But It IS Not Working
Error Like Following
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.