About Create Type

From: "jack" <datactrl(at)tpg(dot)com(dot)au>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: About Create Type
Date: 2003-03-10 01:21:33
Message-ID: 003901c2e6a3$6408ef00$1400a8c0@jac
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

When I look at CREATE TYPE on PostgreSql V7.3 Document. What it describes
is beyond what I can understand. My requirement is just I want to define a
type "tyAmt" as "NUMERIC (10,2)" for an application in order to make such
type of columns consistent. Is there any simple way to implement it? Thank
you!

Jack

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Joe Conway 2003-03-10 01:33:43 Re: About Create Type
Previous Message jack 2003-03-10 00:50:35 Re: pl/pgsql how to return multiple values from a function