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

From: Andreas Kretschmer <andreas(at)a-kretschmer(dot)de>
To: pgsql-novice(at)lists(dot)postgresql(dot)org,Dani <danielcheagle(at)gmail(dot)com>,pgsql-novice(at)postgresql(dot)org
Subject: Re: ?How create a one serial decimal(500,0) column or simulate it with bigint multicolumns serial?
Date: 2018-01-07 08:27:21
Message-ID: D6819DB2-6CC8-48CC-B549-56C20C4941CC@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On 7 January 2018 07:17:29 CET, Dani <danielcheagle(at)gmail(dot)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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message David G. Johnston 2018-01-07 08:45:31 Re: ?How create a one serial decimal(500,0) column or simulate it with bigint multicolumns serial?
Previous Message Dani 2018-01-07 06:17:29 ?How create a one serial decimal(500,0) column or simulate it with bigint multicolumns serial?