Re: Converting to identity columns with domains on PK columns

Поиск
Список
Период
Сортировка
От PegoraroF10
Тема Re: Converting to identity columns with domains on PK columns
Дата
Msg-id 1562326734199-0.post@n3.nabble.com
обсуждение исходный текст
Ответ на Re: Converting to identity columns with domains on PK columns  (Laurenz Albe <laurenz.albe@cybertec.at>)
Ответы Re: Converting to identity columns with domains on PK columns  (Adrian Klaver <adrian.klaver@aklaver.com>)
Список pgsql-general
Well, I think it´ll not as easy as you said. That tables has dependencies.
So, if I try to alter type it gives me ERROR: cannot alter type of a column
used in a trigger definition. I dropped all Triggers of that table and it
gives me ERROR: cannot alter type of a column used by a view or rule.
Then, if I need to drop everything to change that thing I think is better
just have an empty structure and copy entire database data to it.

And why do we used domains, because we were Firebird and on that database a
integer or a domain based on an integer is the same, so we converted to
Postgres using that way.

Thanks



--
Sent from: http://www.postgresql-archive.org/PostgreSQL-general-f1843780.html



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

Предыдущее
От: Steve Rogerson
Дата:
Сообщение: Re: postgres 11 issue?
Следующее
От: "Peter J. Holzer"
Дата:
Сообщение: Re: Why does jsonb_set() remove non-mentioned keys?