| От | Michael Fuhr |
|---|---|
| Тема | Re: FK relationships |
| Дата | |
| Msg-id | 20050112212239.GA27372@winnie.fuhr.org обсуждение |
| Ответ на | Re: FK relationships (sarlav kumar <sarlavk@yahoo.com>) |
| Список | pgsql-novice |
On Wed, Jan 12, 2005 at 01:01:17PM -0800, sarlav kumar wrote: > update pg_constraint set conname='customer_facts_uid_fkey' > where confrelid='customer'::regclass and conrelid='customer_facts'::regclass; Note that if a table has multiple constraints then this update will try to rename all of them to the same name. > Is this going to cause any trouble in future? I don't know about this case, but fiddling with the system tables can cause problems due to subtle relationships you're not aware of, and it can have catastrophic consequences if you make a mistake. Avoid it if possible. -- Michael Fuhr http://www.fuhr.org/~mfuhr/
В списке pgsql-novice по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера