Re: postgresql referencing and creating types as record

Поиск
Список
Период
Сортировка
От vpmm2007
Тема Re: postgresql referencing and creating types as record
Дата
Msg-id 1407475380319-5814176.post@n5.nabble.com
обсуждение исходный текст
Ответы Re: postgresql referencing and creating types as record  (Adrian Klaver <adrian.klaver@aklaver.com>)
Список pgsql-general
In reply to this post by vpmm2007
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-tp5813901p5814176.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: How to get PG 9.3 for a RaspberryPI (Debian Wheezy)?
Следующее
От: Andreas
Дата:
Сообщение: Re: How to get PG 9.3 for a RaspberryPI (Debian Wheezy)?