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

From Andreas Kretschmer
Subject Re: ?How create a one serial decimal(500,0) column or simulate it with bigint multicolumns serial?
Date
Msg-id D6819DB2-6CC8-48CC-B549-56C20C4941CC@a-kretschmer.de
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>)
List pgsql-novice
On 7 January 2018 07:17:29 CET, Dani <danielcheagle@gmail.com> wrote:
>Hi! All!
>
>I Need create a one decimal serial column or simulate it with multiple
>columns of bigint.
>

Use 1 normal serial column and calculate that during the select, maybe using a VIEW.

Regards, Andreas


--
2ndQuadrant - The PostgreSQL Support Company


pgsql-novice by date:

Previous
From: Dani
Date:
Subject: ?How create a one serial decimal(500,0) column or simulate it withbigint multicolumns serial?
Next
From: "David G. Johnston"
Date:
Subject: Re: ?How create a one serial decimal(500,0) column or simulate itwith bigint multicolumns serial?