Re: Mapping Oracle types to PostgreSQL types

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Mapping Oracle types to PostgreSQL types
Дата
Msg-id Pine.LNX.4.44.0310171338060.14902-100000@peter.localdomain
обсуждение исходный текст
Ответ на Mapping Oracle types to PostgreSQL types  (Jean-Michel POURE <jm@poure.com>)
Ответы Re: Mapping Oracle types to PostgreSQL types  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
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@gmx.net



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

Предыдущее
От: Jean-Michel POURE
Дата:
Сообщение: Mapping Oracle types to PostgreSQL types
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Some more information_schema issues