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

From David G. Johnston
Subject Re: ?How create a one serial decimal(500,0) column or simulate itwith bigint multicolumns serial?
Date
Msg-id CAKFQuwZfUsFzcoyKuP4nq_zikjo30Y_+6Y3kaqTWuKPU-6LCSQ@mail.gmail.com
Whole thread Raw
In response to ?How create a one serial decimal(500,0) column or simulate it withbigint multicolumns serial?  (Dani <danielcheagle@gmail.com>)
Responses Re: ?How create a one serial decimal(500,0) column or simulate itwith bigint multicolumns serial?
List 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 by date:

Previous
From: Andreas Kretschmer
Date:
Subject: Re: ?How create a one serial decimal(500,0) column or simulate it with bigint multicolumns serial?
Next
From: Rounak Jain
Date:
Subject: update master db with records from slave db