Re: postgresql referencing and creating types as record

From: vpmm2007 <vaishalim2007(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: postgresql referencing and creating types as record
Date: 2014-08-08 04:50:16
Message-ID: 1407473416302-5814171.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

create or replace package CUM_A_TYPES
as
type LT_PAYMENT is record
(BASIC number,
DP number,
GRADE_PAY number
);
TYPE TYPE_CALC_TAX is record
(
FIN_ROLE_ID number(8),
CALC_FOR_ROLE_CODE number(4));

NEED TO CONVERT THIS TO POSTGRES , ANYBODY PLS HELP ME I M NEW TO POSTGRES
THX&RGDS
VPMM

--
View this message in context: http://postgresql.1045698.n5.nabble.com/postgresql-referencing-and-creating-types-as-record-tp5813901p5814171.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message vpmm2007 2014-08-08 05:23:00 Re: postgresql referencing and creating types as record
Previous Message Tom Lane 2014-08-07 23:20:40 Re: How to get PG 9.3 for a RaspberryPI (Debian Wheezy)?