Re: ?How create a one serial decimal(500,0) column or simulate itwith bigint multicolumns serial?

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: ?How create a one serial decimal(500,0) column or simulate itwith bigint multicolumns serial?
Дата
Msg-id CAKFQuwZfUsFzcoyKuP4nq_zikjo30Y_+6Y3kaqTWuKPU-6LCSQ@mail.gmail.com
обсуждение исходный текст
Ответ на ?How create a one serial decimal(500,0) column or simulate it withbigint multicolumns serial?  (Dani <danielcheagle@gmail.com>)
Ответы Re: ?How create a one serial decimal(500,0) column or simulate itwith bigint multicolumns serial?
Список pgsql-novice
On Saturday, January 6, 2018, Dani <danielcheagle@gmail.com> wrote:
Hi! All!

I Need create a one decimal serial column or simulate it with multiple columns of bigint.

You will need to write the logic yourself using an insert triggers - default nextval(sequence-name) isn't going to work.

David J.

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

Предыдущее
От: Andreas Kretschmer
Дата:
Сообщение: Re: ?How create a one serial decimal(500,0) column or simulate it with bigint multicolumns serial?
Следующее
От: Rounak Jain
Дата:
Сообщение: update master db with records from slave db