Typed fields

From: Kaare Rasmussen <kar(at)webline(dot)dk>
To: pgsql-general(at)postgreSQL(dot)org
Subject: Typed fields
Date: 1999-01-25 06:34:33
Message-ID: 199901250634.HAA14521@bohr.webline.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

I can INHERIT a table, but there's no way to TYPE a field? E.g. I want
to use the same type for all amounts field, so I want to make a TYPE
amount DECIMAL(9,2) and then use that for all amount fields in the
database?

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Silvio Emanuel Barbosa de Macedo 1999-01-25 12:47:07 Re: database destroy failed AND crypt in libpgtcl...
Previous Message Ralf Weidemann 1999-01-25 04:43:41 user authentication & database destroy failed !

Browse pgsql-sql by date

  From Date Subject
Next Message Jos Hernndez Zavala 1999-01-26 21:27:26 Referencial integrity
Previous Message Bruce Momjian 1999-01-24 21:59:11 Re: [SQL] Create Index?