![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I had a problem, that I was unable to drop a constraint trigger. 1. Why do constraint trigger loose their name and get RI_ConstrainTrigger_NNNN? 2. Why do you need the double quotes around "RI_ConstrainTrigger_..."? |
|
foo_foo_mwtest=# drop trigger RI_ConstraintTrigger_53828 on foo_historytransaction; ERROR: Trigger »ri_constrainttrigger_53828« for table »foo_historytransaction« does not exist. foo_foo_mwtest=# drop trigger "RI_ConstraintTrigger_53828" on foo_historytransaction; DROP TRIGGER |
#3
| |||
| |||
|
|
Hi, I had a problem, that I was unable to drop a constraint trigger. 1. Why do constraint trigger loose their name and get RI_ConstrainTrigger_NNNN? 2. Why do you need the double quotes around "RI_ConstrainTrigger_..."? |
|
foo_foo_mwtest=# drop trigger RI_ConstraintTrigger_53828 on foo_historytransaction; ERROR: Trigger »ri_constrainttrigger_53828« for table »foo_historytransaction« does not exist. foo_foo_mwtest=# drop trigger "RI_ConstraintTrigger_53828" on foo_historytransaction; DROP TRIGGER |
#4
| |||
| |||
|
|
Hi, I had a problem, that I was unable to drop a constraint trigger. 1. Why do constraint trigger loose their name and get RI_ConstrainTrigger_NNNN? 2. Why do you need the double quotes around "RI_ConstrainTrigger_..."? |
|
foo_foo_mwtest=# drop trigger RI_ConstraintTrigger_53828 on foo_historytransaction; ERROR: Trigger »ri_constrainttrigger_53828« for table »foo_historytransaction« does not exist. foo_foo_mwtest=# drop trigger "RI_ConstraintTrigger_53828" on foo_historytransaction; DROP TRIGGER |
#5
| |||
| |||
|
|
Hi, I had a problem, that I was unable to drop a constraint trigger. 1. Why do constraint trigger loose their name and get RI_ConstrainTrigger_NNNN? 2. Why do you need the double quotes around "RI_ConstrainTrigger_..."? |
|
foo_foo_mwtest=# drop trigger RI_ConstraintTrigger_53828 on foo_historytransaction; ERROR: Trigger »ri_constrainttrigger_53828« for table »foo_historytransaction« does not exist. foo_foo_mwtest=# drop trigger "RI_ConstraintTrigger_53828" on foo_historytransaction; DROP TRIGGER |
#6
| |||
| |||
|
|
Hi, I had a problem, that I was unable to drop a constraint trigger. 1. Why do constraint trigger loose their name and get RI_ConstrainTrigger_NNNN? 2. Why do you need the double quotes around "RI_ConstrainTrigger_..."? |
|
foo_foo_mwtest=# drop trigger RI_ConstraintTrigger_53828 on foo_historytransaction; ERROR: Trigger »ri_constrainttrigger_53828« for table »foo_historytransaction« does not exist. foo_foo_mwtest=# drop trigger "RI_ConstraintTrigger_53828" on foo_historytransaction; DROP TRIGGER |
#7
| |||
| |||
|
|
Hi, I had a problem, that I was unable to drop a constraint trigger. 1. Why do constraint trigger loose their name and get RI_ConstrainTrigger_NNNN? 2. Why do you need the double quotes around "RI_ConstrainTrigger_..."? |
|
foo_foo_mwtest=# drop trigger RI_ConstraintTrigger_53828 on foo_historytransaction; ERROR: Trigger »ri_constrainttrigger_53828« for table »foo_historytransaction« does not exist. foo_foo_mwtest=# drop trigger "RI_ConstraintTrigger_53828" on foo_historytransaction; DROP TRIGGER |
#8
| |||
| |||
|
|
Hi, I had a problem, that I was unable to drop a constraint trigger. 1. Why do constraint trigger loose their name and get RI_ConstrainTrigger_NNNN? 2. Why do you need the double quotes around "RI_ConstrainTrigger_..."? |
|
foo_foo_mwtest=# drop trigger RI_ConstraintTrigger_53828 on foo_historytransaction; ERROR: Trigger »ri_constrainttrigger_53828« for table »foo_historytransaction« does not exist. foo_foo_mwtest=# drop trigger "RI_ConstraintTrigger_53828" on foo_historytransaction; DROP TRIGGER |
#9
| |||
| |||
|
|
Hi, I had a problem, that I was unable to drop a constraint trigger. 1. Why do constraint trigger loose their name and get RI_ConstrainTrigger_NNNN? 2. Why do you need the double quotes around "RI_ConstrainTrigger_..."? |
|
foo_foo_mwtest=# drop trigger RI_ConstraintTrigger_53828 on foo_historytransaction; ERROR: Trigger »ri_constrainttrigger_53828« for table »foo_historytransaction« does not exist. foo_foo_mwtest=# drop trigger "RI_ConstraintTrigger_53828" on foo_historytransaction; DROP TRIGGER |
![]() |
| Thread Tools | |
| Display Modes | |
| |