migrating PG cidr type and operators - Mailing list pgsql-admin

From Lee Wu
Subject migrating PG cidr type and operators
Date
Msg-id ECAB83AA52BCC043A0E24BBC000010241113E0@mxhq-exch.corp.mxlogic.com
Whole thread Raw
List pgsql-admin

Hi,

 

I am in the process of migrating PG cidr and network address type functions to Oracle, and

am wondering if anyone has done similar work before.

 

Specifically, I want to know how to map cidr to Oracle type (varchar2(18)) ?

How to convert operator like:

inet '192.168.1.5' << inet '192.168.1/24'

to an Oracle function?

 

Thanks,

 

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: problems with pg_dump and pg_restore
Next
From: Dan Hrabarchuk
Date:
Subject: [Fwd: Re: Question about pgfsck]