Re: Oracle Associate Array conversion to PostgreSQL

2020-09-09 Thread Pavel Stehule
Hi čt 10. 9. 2020 v 7:12 odesílatel JAGMOHAN KAINTURA < jagmohan.kaint...@gmail.com> napsal: > Hi All, > > Since we don't have the support of Associative arrays in Postgres, we need > to convert Oracle associative arrays with a different approach in > PostgreSQL. > > Following is a sample piece o

Oracle Associate Array conversion to PostgreSQL

2020-09-09 Thread JAGMOHAN KAINTURA
Hi All, Since we don't have the support of Associative arrays in Postgres, we need to convert Oracle associative arrays with a different approach in PostgreSQL. Following is a sample piece of code to demonstrate the same. --Convert Oracle RECORD type to PostgreSQL TYPE. --===