Re: [GENERAL] Oracle to PostgreSQL - Mailing list pgsql-general

From Felix Kunde
Subject Re: [GENERAL] Oracle to PostgreSQL
Date
Msg-id trinity-48025eba-14c5-46b8-bd16-85f8514d3f94-1510229818676@3c-app-gmx-bs72
Whole thread Raw
In response to Re: [GENERAL] Oracle to PostgreSQL  (Laurenz Albe <laurenz.albe@cybertec.at>)
List pgsql-general
On Thu, 2017-11-09 at 17:01 +0530, Brahmam Eswar wrote:
> You can create a composite type in PostgreSQL:
> CREATE TYPE complex AS (r integer, i integer);
> You would use an array in this case:
> DECLARE
> carr complex[];

I've once faced the same thing, and did as Laurenz suggested.
You will like Postgres' array support.


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

pgsql-general by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: [GENERAL] Oracle to PostgreSQL
Next
From: Adam Brusselback
Date:
Subject: Re: [GENERAL] Migrating money column from MS SQL Server to Postgres