Jean-Michel POURE writes:
> Is there a way to map Oracle nvarchar2(lenght) to PostgreSQL varchar(lenght)
> in PostgreSQL 7.3? Are there plans to allow such mapping in the future using
> the CREATE DOMAIN syntax?
No to both. Doing this would most likely require making the affected type
names be reserved words in the grammar or sacrifice some other
functionality, which seems a high price to pay for this cosmetic feature.
--
Peter Eisentraut peter_e(at)gmx(dot)net