playing with catalog tables limits? dangers? was: seq bug 2073 and time machine

Поиск
Список
Период
Сортировка
От Ivan Sergio Borgonovo
Тема playing with catalog tables limits? dangers? was: seq bug 2073 and time machine
Дата
Msg-id 20080825091438.27ff9c7d@dawn.webthatworks.it
обсуждение исходный текст
Ответ на Re: seq bug 2073 and time machine  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: playing with catalog tables limits? dangers? was: seq bug 2073 and time machine
Список pgsql-general
On Sun, 24 Aug 2008 17:26:24 -0400
Alvaro Herrera <alvherre@commandprompt.com> wrote:

> Ivan Sergio Borgonovo wrote:
> > I was trying to drop a serial.
> > Dropped the default for a column.
> > Now it seems I can't drop the sequence since I incurred in:

> > http://archives.postgresql.org/pgsql-bugs/2005-11/msg00304.php

> > Is there a way I can still delete the sequence without using a
> > backup?

> If you're feeling corageous, you can remove the pg_depend entries
> for that sequence.  Make sure to try it in a transaction and drop

I'd like to understand better the risks of being courageous?
I think my life would be easier if I'd know when it is safe to put
hands in the system tables.

> the sequence in that same transaction, so that if you mess up the
> catalogs too badly you can get out of it by rolling back.

Fortunately that pk was referenced just once, so I copied the
content of the table elsewhere, dropped a constraint, dropped the
table and move the content in another one, moved the content back to
a table without serial, recreate the constraint.
Your method is simpler, should be faster and avoid to drop a
constraint but without understanding what's is going to happen
behind the scene it is hard for me to understand if it is safer as
well.

Of course modifying the catalog tables to modify the schema is not
going to be portable across DB... but what about risks and other
limits?

I'm thinking to access the catalog for eg. disabling/dropping a set
of constraint and reenabling/creating them back without the need to
do bookkeeping on the code or writing a script etc...

thanks

--
Ivan Sergio Borgonovo
http://www.webthatworks.it


В списке pgsql-general по дате отправления:

Предыдущее
От: Ivan Sergio Borgonovo
Дата:
Сообщение: Re: on delete cascade slowing down delete
Следующее
От: Brian Green
Дата:
Сообщение: Installing Postgress 8.3.3